'Declaration
Public Shared Function ResizeRectangle( _ ByVal rect As NRectangleD, _ ByVal direction As CompassDirection, _ ByVal dx As System.Double, _ ByVal dy As System.Double, _ ByVal canChangeAspectRatio As System.Boolean _ ) As NRectangleD
'Usage
Dim rect As NRectangleD Dim direction As CompassDirection Dim dx As System.Double Dim dy As System.Double Dim canChangeAspectRatio As System.Boolean Dim value As NRectangleD value = NRectangleD.ResizeRectangle(rect, direction, dx, dy, canChangeAspectRatio)
public static NRectangleD ResizeRectangle( NRectangleD rect, CompassDirection direction, System.double dx, System.double dy, System.bool canChangeAspectRatio )
Parameters
- rect
- direction
- dx
- dy
- canChangeAspectRatio