[]
Represents a cubic Bézier curve command in the path data.
public class SvgCurveToCommand : SvgPathCommand
Public Class SvgCurveToCommand
Inherits SvgPathCommand
Name | Description |
---|---|
SvgCurveToCommand(bool) | Initializes a new instance of the SvgCurveToCommand class. |
Name | Description |
---|---|
X | Gets or sets the X-coordinate of the destination point. |
X1 | Gets or sets the X-coordinate of the first control point. |
X2 | Gets or sets the X-coordinate of the second control point. |
Y | Gets or sets the Y-coordinate of the destination point. |
Y1 | Gets or sets the Y-coordinate of the first control point. |
Y2 | Gets or sets the Y-coordinate of the second control point. |