'DeclarationPublic Function IncludePoint( _ ByVal point As NPointD _ ) As NRectangleD
'UsageDim instance As NRectangleD Dim point As NPointD Dim value As NRectangleD value = instance.IncludePoint(point)
public NRectangleD IncludePoint( NPointD point )
Parameters
- point