Skip to content

Instantly share code, notes, and snippets.

View karimo94's full-sized avatar

Karim Oumghar karimo94

View GitHub Profile
public partial class Form1 : Form
{
Point lastPoint = Point.Empty;//Point.Empty represents null for a Point object
bool isMouseDown = new Boolean();
public Form1()