'Declaration
Protected Overridable Function GetNewBoundsNorthEast( _ ByVal xChange As System.Single, _ ByVal yChange 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 yChange As System.Single Dim originalBounds As NRectangleF Dim canChangeAspectRatio As System.Boolean Dim value As NRectangleF value = instance.GetNewBoundsNorthEast(xChange, yChange, originalBounds, canChangeAspectRatio)
protected virtual NRectangleF GetNewBoundsNorthEast( System.float xChange, System.float yChange, NRectangleF originalBounds, System.bool canChangeAspectRatio )
Parameters
- xChange
- yChange
- originalBounds
- canChangeAspectRatio