SVGPathSegCurvetoQuadraticRel Class
The SVGPathSegCurvetoQuadraticRel interface corresponds to a "relative quadratic Bézier curveto" (q) path data command.
Inheritance Hierarchy

Namespace: Aspose.Html.Dom.Svg.Paths
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class SVGPathSegCurvetoQuadraticRel : SVGPathSeg

The SVGPathSegCurvetoQuadraticRel 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 relative X coordinate for the end point of this path segment.
Public propertyX1
The relative X coordinate for the first control point.
Public propertyY
The relative Y coordinate for the end point of this path segment.
Public propertyY1
The relative Y coordinate for the first control point.
Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also