System.Windows.Forms.Design.ParentControlDesigner.GetUpdatedRect Method

Updates the position of the specified rectangle, adjusting it for grid alignment if grid alignment mode is enabled.

Syntax

protected System.Drawing.Rectangle GetUpdatedRect (System.Drawing.Rectangle originalRect, System.Drawing.Rectangle dragRect, bool updateSize)

Parameters

originalRect
A System.Drawing.Rectangle indicating the initial position of the component being updated.
dragRect
A System.Drawing.Rectangle indicating the new position of the component.
updateSize
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.

Requirements

Namespace: System.Windows.Forms.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0