ParentControlDesigner.GetUpdatedRect(Rectangle, Rectangle, Boolean) Method

Definition

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);

Parameters

originalRect
Rectangle

A Rectangle indicating the initial position of the component being updated.

dragRect
Rectangle

A Rectangle indicating the new position of the component.

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.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also