how to display resizeable rectange

  • Thread starter Thread starter Gregory Khra
  • Start date Start date
G

Gregory Khra

I need in my Windows Forms application to allow user to enter a rectangle and
later resize it. In the other words, I need to display a rectangle that (if
selected) shows control points that user can grab (with mouse) and drag to
resize the rectangle. Can you recommend an appropriate control?
Thank you.
Gregory
 
I need in my Windows Forms application to allow user to enter a rectangle and
later resize it. In the other words, I need to display a rectangle that (if
selected) shows control points that user can grab (with mouse) and drag to
resize the rectangle. Can you recommend an appropriate control?
Thank you.
Gregory

I have seen this
<http://www.codeproject.com/KB/miscctrl/CSharpRectTracker.aspx> but
haven't had time to look at it.

There is also a forms editor at
<http://www.codeproject.com/KB/cs/SharpFormEditorDemo.aspx> that I
have also not looked at.
 
I have some code where I let the user draw a rectangle on a picture painted
on a form. Is that the kind of thing you are looking for? If so, post back,
and I'll post some code.

RobinS.
GoldMail, Inc.
 
Back
Top