Custom |
The CustomPath type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in this path. | |
| FillMode | Specifies how the path should be filled. | |
| Item | Gets the PathElement at the specified index. | |
| Size | Gets path size, or maximum X and Y coordinates that should be used for within the path coordinate system. | |
| Stroke | Specifies if the corresponding path should have a path stroke shown. |
| Name | Description | |
|---|---|---|
| AddArc | Draws an arc with the specified parameters from the current pen position. | |
| AddCubicBezier | Draws a cubic bezier curve along the specified points. | |
| AddLine | Draws a straight line from the current pen position to the new specified point. | |
| AddQuadBezier | Draws a quadratic bezier curve along the specified points. | |
| ClosePath | Closes the current path. | |
| GetEnumerator | Gets an enumerator that iterates through the path. | |
| MoveTo | Moves the current pen position to the new specified point. | |
| Reset | Removes all elements from this path. |