| Class | Description |
|---|---|
| ClosePath |
A
PathCommand that represents the end of the current subpath. |
| CurveTo |
A
PathCommand that represents a cubic Bézier segment. |
| CurveToQuadratic |
A
PathCommand that represents a quadratic Bézier segment. |
| CurveToQuadraticSmooth |
A
PathCommand that represents a shorthand quadratic Bézier segment. |
| CurveToSmooth |
A
PathCommand that represents a shorthand cubic Bézier segment. |
| EllipticalArc |
A
PathCommand that represents a segment of an ellipse. |
| EndPointCommand |
Abstract class representing a
PathCommand with an endpoint. |
| LineTo |
A
PathCommand that represents a line. |
| LineToHorizontal |
A
PathCommand that represents a horizontal line. |
| LineToVertical |
A
PathCommand that represents a vertical line. |
| MoveTo |
A
PathCommand that represents a moving of the current point. |
| PathCommand |
A command that represents a segment of a path.
|
| PathSprite |
A
Sprite that represents a path. |
Copyright © 2014. All Rights Reserved.