ParentControlDesigner.GetUpdatedRect(Rectangle, Rectangle, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the position of the specified rectangle, adjusting it for grid alignment if grid alignment mode is enabled.
protected:
System::Drawing::Rectangle GetUpdatedRect(System::Drawing::Rectangle originalRect, System::Drawing::Rectangle dragRect, bool updateSize);
protected System.Drawing.Rectangle GetUpdatedRect (System.Drawing.Rectangle originalRect, System.Drawing.Rectangle dragRect, bool updateSize);
member this.GetUpdatedRect : System.Drawing.Rectangle * System.Drawing.Rectangle * bool -> System.Drawing.Rectangle
Protected Function GetUpdatedRect (originalRect As Rectangle, dragRect As Rectangle, updateSize As Boolean) As Rectangle
Parameters
- updateSize
- Boolean
true
to update the size of the rectangle, if there has been any change; otherwise, false
.
Returns
A 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.
Remarks
This method aligns the specified rectangle to the grid if grid alignment is enabled.