Nevron.Diagram.WinForm Namespace / NBoundsHandle Class / GetNewBoundsEast Method


In This Topic
    GetNewBoundsEast Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetNewBoundsEast( _
       ByVal xChange As System.Single, _
       ByVal originalBounds As NRectangleF, _
       ByVal canChangeAspectRatio As System.Boolean _
    ) As NRectangleF
    'Usage
     
    
    Dim instance As NBoundsHandle
    Dim xChange As System.Single
    Dim originalBounds As NRectangleF
    Dim canChangeAspectRatio As System.Boolean
    Dim value As NRectangleF
     
    value = instance.GetNewBoundsEast(xChange, originalBounds, canChangeAspectRatio)
    protected virtual NRectangleF GetNewBoundsEast( 
       System.float xChange,
       NRectangleF originalBounds,
       System.bool canChangeAspectRatio
    )

    Parameters

    xChange
    originalBounds
    canChangeAspectRatio
    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