Class SvgPathSegCurvetoQuadraticSmoothRel
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
The SvgPathSegCurvetoQuadraticSmoothRel interface corresponds to an "relative smooth quadratic curveto" (t) path data command.
public sealed class SvgPathSegCurvetoQuadraticSmoothRel : SvgPathSegCurvetoQuadratic, ISvgPathSegCurvetoQuadraticSmoothRel, ISvgPathSeg
- Inheritance
-
SvgPathSegCurvetoQuadraticSmoothRel
- Implements
- Inherited Members
Constructors
Properties
- X
The absolute X coordinate for the end point of this path segment.
- Y
The absolute Y coordinate for the end point of this path segment.