'Declaration
Public Shared Function FromCenterAndSize( _ ByVal center As NPointD, _ ByVal width As System.Double, _ ByVal height As System.Double _ ) As NRectangleD
'Usage
Dim center As NPointD Dim width As System.Double Dim height As System.Double Dim value As NRectangleD value = NRectangleD.FromCenterAndSize(center, width, height)
public static NRectangleD FromCenterAndSize( NPointD center, System.double width, System.double height )
Parameters
- center
- width
- height