Class SvgPathSegCurvetoQuadraticSmoothAbs
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
The SvgPathSegCurvetoQuadraticSmoothAbs interface corresponds to an "absolute smooth quadratic curveto" (T) path data command.
public sealed class SvgPathSegCurvetoQuadraticSmoothAbs : SvgPathSegCurvetoQuadratic, ISvgPathSegCurvetoQuadraticSmoothAbs, ISvgPathSeg
- Inheritance
-
SvgPathSegCurvetoQuadraticSmoothAbs
- 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.