Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 4
 GetUpdatedRect Method
Collapse All/Expand All Collapse All
.NET Framework Class Library
ParentControlDesigner..::.GetUpdatedRect Method

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

Namespace:  System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)
Visual Basic
Protected Function GetUpdatedRect ( _
    originalRect As Rectangle, _
    dragRect As Rectangle, _
    updateSize As Boolean _
) As Rectangle
C#
protected Rectangle GetUpdatedRect(
    Rectangle originalRect,
    Rectangle dragRect,
    bool updateSize
)
Visual C++
protected:
Rectangle GetUpdatedRect(
    Rectangle originalRect, 
    Rectangle dragRect, 
    bool updateSize
)
F#
member GetUpdatedRect : 
        originalRect:Rectangle * 
        dragRect:Rectangle * 
        updateSize:bool -> Rectangle 

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..::.Rectangle
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.

This method aligns the specified rectangle to the grid if grid alignment is enabled.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker