'Declaration
Public Shared Function FromCenterAndSize( _ ByVal center As NPoint, _ ByVal width As System.Integer, _ ByVal height As System.Integer _ ) As NRectangle
'Usage
Dim center As NPoint Dim width As System.Integer Dim height As System.Integer Dim value As NRectangle value = NRectangle.FromCenterAndSize(center, width, height)
public static NRectangle FromCenterAndSize( NPoint center, System.int width, System.int height )
Parameters
- center
- width
- height