RemovePoints Method (ImGearARTPolygon)
In This Topic
Removes the specified number of points, starting at the specified index.
Syntax
'Declaration
Public Sub RemovePoints( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As ImGearARTPolygon
Dim index As Integer
Dim count As Integer
instance.RemovePoints(index, count)
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