SVGPathSegCurvetoQuadraticAbs Properties

The SVGPathSegCurvetoQuadraticAbs type exposes the following members.

Properties
  NameDescription
Public propertyPathSegType
The type of the path segment as specified by one of the constants defined on this interface.
(Inherited from SVGPathSeg.)
Public propertyPathSegTypeAsLetter
The type of the path segment, specified by the corresponding one character command name.
(Inherited from SVGPathSeg.)
Public propertyX
The absolute X coordinate for the end point of this path segment.
Public propertyX1
The absolute X coordinate for the first control point.
Public propertyY
The absolute Y coordinate for the end point of this path segment.
Public propertyY1
The absolute Y coordinate for the first control point.
See Also