D
Dan Reber
I have to Point variables that are being set on MouseDown and MouseUp
events --
mousedownPoint = new Point(e.X, e.Y);
mouseupPoint = new Point(e.X, e.Y);
Is there a way that I can take those two points and get a Height and Width
value from it to use for a Size variable? I have tried many different ways
but none of them have worked.
Thanks
Dan
events --
mousedownPoint = new Point(e.X, e.Y);
mouseupPoint = new Point(e.X, e.Y);
Is there a way that I can take those two points and get a Height and Width
value from it to use for a Size variable? I have tried many different ways
but none of them have worked.
Thanks
Dan