| SVGPathSegCurvetoQuadraticAbs Properties |
The SVGPathSegCurvetoQuadraticAbs type exposes the following members.
| Name | Description | |
|---|---|---|
| PathSegType |
The type of the path segment as specified by one of the constants defined on this interface.
(Inherited from SVGPathSeg.) | |
| PathSegTypeAsLetter |
The type of the path segment, specified by the corresponding one character command name.
(Inherited from SVGPathSeg.) | |
| X |
The absolute X coordinate for the end point of this path segment.
| |
| X1 |
The absolute X coordinate for the first control point.
| |
| Y |
The absolute Y coordinate for the end point of this path segment.
| |
| Y1 |
The absolute Y coordinate for the first control point.
|