NevronOpenVision
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
ResizeRectangle Method (NRectangleI)
Computes a new rect for an expected resize of a rectangle in the specified compass direction
Syntax
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