SVGPathSegCurvetoQuadraticAbs Class |
Namespace: Aspose.Html.Dom.Svg.Paths
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.
|
Name | Description | |
---|---|---|
Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |