'Declaration
Public Overloads Shared Function FromTwoPoints( _ ByVal point1 As NPointF, _ ByVal point2 As NPointF _ ) As NRectangleF
'Usage
Dim point1 As NPointF Dim point2 As NPointF Dim value As NRectangleF value = NRectangleF.FromTwoPoints(point1, point2)
public static NRectangleF FromTwoPoints( NPointF point1, NPointF point2 )
Parameters
- point1
- point2