Path |
The PathPointsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds a FS_PATHPOINTF to the collection | |
| AppendCircle(FS_CIRCLEF) | Adds a circle to this path. | |
| AppendCircle(Single, Single, Single) | Adds a circle to this path. | |
| AppendEllipse | Adds an ellipse defined by a bounding rectangle | |
| AppendLine | Adds a line to this path. | |
| AppendPath(PathPointsCollection) | Appends the specified Path to this path. | |
| AppendPath(PathPointsCollection, FS_MATRIX) | Appends the specified Path to this path. | |
| AppendPolygon | Adds a polygon defined by an array of FS_POINTF structures. | |
| AppendRect | Adds a rectangle to this path. | |
| Clear | Removes all FS_PATHPOINTF from the collection | |
| Contains | Determines whether the collection contains a specific FS_PATHPOINTF. | |
| CopyPath | Copy points from source Path to this Path. | |
| CopyTo | Copies the elements of the collections to an System.Array, starting at a particular System.Array index. | |
| Dispose | Releases all resources used by the Path. | |
| Dispose(Boolean) | Releases all resources used by the Path. | |
| GetBoundingBox | Get a rectangle that bounds this Path. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| IndexOf | Determines the index of a specific FS_PATHPOINTF in the collection. | |
| Insert | Inserts a FS_PATHPOINTF to the collection at the specified index. | |
| Remove | Removes the first occurrence of a specific FS_PATHPOINTF from the collection. | |
| RemoveAt | Removes the FS_PATHPOINTF at the specified index. | |
| ToArray | Copies the points of the path to a new array. | |
| Transform | Transform (scale, rotate, shear, move) the path. |