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