Removes the specified number of points, starting at the specified index.
Syntax
public void RemovePoints(
int ,
int
)
public: void RemovePoints(
int ,
int
)
public:
void RemovePoints(
int ,
int
)
Parameters
- index
- The index of the first point to remove.
- count
- The number of points to remove.
See Also