'Declaration
Public Overloads Shared Function GetBounds( _ ByVal points As System.Collections.Generic.IList(Of NPointF) _ ) As NRectangleF
'Usage
Dim points As System.Collections.Generic.IList(Of NPointF) Dim value As NRectangleF value = NPointFList.GetBounds(points)
public static NRectangleF GetBounds( System.Collections.Generic.IList<NPointF> points )
Parameters
- points