Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRectangleI Structure / ResizeRectangle 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 Method (NRectangleI)
    In This Topic
    Computes a new rect for an expected resize of a rectangle in the specified compass direction
    Syntax
    'Declaration
     
    
    Public Shared Function ResizeRectangle( _
       ByVal rect As NRectangleI, _
       ByVal direction As ENCompassDirection, _
       ByVal dx As System.Integer, _
       ByVal dy As System.Integer, _
       ByVal canChangeAspectRatio As System.Boolean _
    ) As NRectangleI
    'Usage
     
    
    Dim rect As NRectangleI
    Dim direction As ENCompassDirection
    Dim dx As System.Integer
    Dim dy As System.Integer
    Dim canChangeAspectRatio As System.Boolean
    Dim value As NRectangleI
     
    value = NRectangleI.ResizeRectangle(rect, direction, dx, dy, canChangeAspectRatio)
    public static NRectangleI ResizeRectangle( 
       NRectangleI rect,
       ENCompassDirection direction,
       System.int dx,
       System.int dy,
       System.bool canChangeAspectRatio
    )

    Parameters

    rect
    rectangle to resize
    direction
    compass direction of the handle, which is resized
    dx
    x handle change
    dy
    y handle change
    canChangeAspectRatio
    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