Click or drag to resize

PathPointsCollection Methods

The PathPointsCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a FS_PATHPOINTF to the collection
Public methodAppendCircle(FS_CIRCLEF) Adds a circle to this path.
Public methodAppendCircle(Single, Single, Single) Adds a circle to this path.
Public methodAppendEllipse Adds an ellipse defined by a bounding rectangle
Public methodAppendLine Adds a line to this path.
Public methodAppendPath(PathPointsCollection) Appends the specified Path to this path.
Public methodAppendPath(PathPointsCollection, FS_MATRIX) Appends the specified Path to this path.
Public methodAppendPolygon Adds a polygon defined by an array of FS_POINTF structures.
Public methodAppendRect Adds a rectangle to this path.
Public methodClear Removes all FS_PATHPOINTF from the collection
Public methodContains Determines whether the collection contains a specific FS_PATHPOINTF.
Public methodCopyPath Copy points from source Path to this Path.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodDispose Releases all resources used by the Path.
Protected methodDispose(Boolean) Releases all resources used by the Path.
Public methodGetBoundingBox Get a rectangle that bounds this Path.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific FS_PATHPOINTF in the collection.
Public methodInsert Inserts a FS_PATHPOINTF to the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific FS_PATHPOINTF from the collection.
Public methodRemoveAt Removes the FS_PATHPOINTF at the specified index.
Public methodToArray Copies the points of the path to a new array.
Public methodTransform Transform (scale, rotate, shear, move) the path.
Top
See Also