Link Search Menu Expand Document

PointsArray Methods

The PointsArray type exposes the following members.

Methods
NameDescription
Public methodAddPoint(PointF)
Adds a point to the end of the collection.
Public methodAddPoint(Single, Single)
Adds a point to the end of the collection.
Public methodAddRange
Adds the elements of the specified collection to the end of the collection.
Public methodClear
Removes all elements from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Inserts an element into the collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemovePoint
Removes the element at the specified index of the collection.
Public methodToArray
Copies the elements of the collection to a new array.
Public methodToString (Inherited from Object.)
Top
See Also

Reference