PointList Methods

The PointList type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a new point to the end of the point list.
Public methodAddRange
Appends all points from another point list to the end of this point list.
Public methodContains
Checks if the given point is in the list.
Public methodGetRange
Gets a part of the point list.
Public methodIndexOf(Point)
Gets the index of the specified point.
Public methodIndexOf(Point, Int32)
Gets the index of the specified point between the index to start the search from and the end of the list.
Public methodIndexOf(Point, Int32, Int32)
Gets the index of the specified point between the index to start the search from and startIndex + count.
Public methodInsert
Inserts the point to the specified index.
Public methodIsEqual
Compares the current object with an object of the same type.
Public methodLastIndexOf(Point)
Searches for the last occurence of the point in the list.
Public methodLastIndexOf(Point, Int32)
Searches for the last occurence of the point in the list.
Public methodLastIndexOf(Point, Int32, Int32)
Searches for the last occurence of the point in the list.
Public methodRemove
Removes the first occurence of the point from the list.
Public methodRemoveRange
Removes a range of items starting from the given index.
Public methodToArray
Copies the points to a point array.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next