Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRectangle Structure / ResizeRectangle Method / ResizeRectangle(NRectangle,ENCompassDirection,Double,Double,Boolean) Method
rectangle to resize
compass direction of the handle, which is resized
x handle change
y handle change
indicates whether the change of the aspect ratio is allowed


In This Topic
    ResizeRectangle(NRectangle,ENCompassDirection,Double,Double,Boolean) Method
    In This Topic
    Computes a new rect for an expected resize of a rectangle in the specified compass direction
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ResizeRectangle( _
       ByVal rect As NRectangle, _
       ByVal direction As ENCompassDirection, _
       ByVal dx As System.Double, _
       ByVal dy As System.Double, _
       ByVal preserveAspectRatio As System.Boolean _
    ) As NRectangle
    'Usage
     
    
    Dim rect As NRectangle
    Dim direction As ENCompassDirection
    Dim dx As System.Double
    Dim dy As System.Double
    Dim preserveAspectRatio As System.Boolean
    Dim value As NRectangle
     
    value = NRectangle.ResizeRectangle(rect, direction, dx, dy, preserveAspectRatio)
    public static NRectangle ResizeRectangle( 
       NRectangle rect,
       ENCompassDirection direction,
       System.double dx,
       System.double dy,
       System.bool preserveAspectRatio
    )

    Parameters

    rect
    rectangle to resize
    direction
    compass direction of the handle, which is resized
    dx
    x handle change
    dy
    y handle change
    preserveAspectRatio
    indicates whether the change of the aspect ratio is allowed

    Return Value

    resized rectangle
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also