Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NParentControlDesigner Class / GetUpdatedRect Method


In This Topic
    GetUpdatedRect Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetUpdatedRect( _
       ByVal originalRect As System.Drawing.Rectangle, _
       ByVal dragRect As System.Drawing.Rectangle, _
       ByVal updateSize As System.Boolean _
    ) As System.Drawing.Rectangle
    'Usage
     
    
    Dim instance As NParentControlDesigner
    Dim originalRect As System.Drawing.Rectangle
    Dim dragRect As System.Drawing.Rectangle
    Dim updateSize As System.Boolean
    Dim value As System.Drawing.Rectangle
     
    value = instance.GetUpdatedRect(originalRect, dragRect, updateSize)
    protected System.Drawing.Rectangle GetUpdatedRect( 
       System.Drawing.Rectangle originalRect,
       System.Drawing.Rectangle dragRect,
       System.bool updateSize
    )

    Parameters

    originalRect
    dragRect
    updateSize
    Requirements

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

    See Also