SvgQuadraticBezierCurveToCommand Class Members
In This Topic
The following tables list the members exposed by SvgQuadraticBezierCurveToCommand.
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 control point. |
| Y | Gets or sets the Y-coordinate of the destination point. |
| Y1 | Gets or sets the Y-coordinate of the control point. |
Top
See Also