Table of Contents

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

SvgPathSegCurvetoQuadraticSmoothRel(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.