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