SvgCurveToCommand Class Members
In This Topic
The following tables list the members exposed by SvgCurveToCommand.
Public Constructors
Public Properties
| Name | Description |
| CommandType | Gets the type of the path command. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand) |
| Relative | Gets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand) |
| 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. |
Top
See Also