Creates a shallow copy of a range of points in the point set.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public PointSet GetRange( int index, int count ) |
| Visual Basic (Declaration) |
|---|
Public Function GetRange ( _ index As Integer, _ count As Integer _ ) As PointSet |
| Visual C++ |
|---|
public: PointSet^ GetRange( int index, int count ) |
Parameters
- index
- Type: System..::.Int32
The zero-based index at which the range starts.
- count
- Type: System..::.Int32
the number of points in the range.