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