ParentControlDesigner::GetUpdatedRect Method (Rectangle, Rectangle, Boolean)
.NET Framework (current version)
Updates the position of the specified rectangle, adjusting it for grid alignment if grid alignment mode is enabled.
Assembly: System.Design (in System.Design.dll)
protected: Rectangle GetUpdatedRect( Rectangle originalRect, Rectangle dragRect, bool updateSize )
Parameters
- originalRect
-
Type:
System.Drawing::Rectangle
A Rectangle indicating the initial position of the component being updated.
- dragRect
-
Type:
System.Drawing::Rectangle
A Rectangle indicating the new position of the component.
- updateSize
-
Type:
System::Boolean
true to update the size of the rectangle, if there has been any change; otherwise, false.
Return Value
Type: System.Drawing::RectangleA rectangle indicating the position of the component in design-time view screen coordinates. If no changes have been made, this method returns the original rectangle.
This method aligns the specified rectangle to the grid if grid alignment is enabled.
.NET Framework
Available since 1.1
Available since 1.1
Show: