Table of Contents

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

SvgPathSegCurvetoQuadraticSmoothAbs(double, double)

Properties

AbsXY
CubicX1Y1
CubicX2Y2
PathText
QuadraticX1Y1
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.