Package | Description |
---|---|
com.aspose.html.dom.svg.paths |
Modifier and Type | Class and Description |
---|---|
class |
SVGPathSegArcAbs
The SVGPathSegArcAbs interface corresponds to an "absolute arcto" (A) path data command.
|
class |
SVGPathSegArcRel
The SVGPathSegArcRel interface corresponds to a "relative arcto" (a) path data command.
|
class |
SVGPathSegClosePath
he SVGPathSegClosePath interface corresponds to a "closepath" (z) path data command.
|
class |
SVGPathSegCurvetoCubicAbs
The SVGPathSegCurvetoCubicAbs interface corresponds to an "absolute cubic Bézier curveto" (C) path data command.
|
class |
SVGPathSegCurvetoCubicRel
The SVGPathSegCurvetoCubicRel interface corresponds to a "relative cubic Bézier curveto" (c) path data command.
|
class |
SVGPathSegCurvetoCubicSmoothAbs
The SVGPathSegCurvetoCubicSmoothAbs interface corresponds to an "absolute smooth cubic curveto" (S) path data command.
|
class |
SVGPathSegCurvetoCubicSmoothRel
The SVGPathSegCurvetoCubicSmoothRel interface corresponds to a "relative smooth cubic curveto" (s) path data command.
|
class |
SVGPathSegCurvetoQuadraticAbs
The SVGPathSegCurvetoQuadraticAbs interface corresponds to an "absolute quadratic Bézier curveto" (Q) path data command.
|
class |
SVGPathSegCurvetoQuadraticRel
The SVGPathSegCurvetoQuadraticRel interface corresponds to a "relative quadratic Bézier curveto" (q) path data command.
|
class |
SVGPathSegCurvetoQuadraticSmoothAbs
The SVGPathSegCurvetoQuadraticSmoothAbs interface corresponds to an "absolute smooth cubic curveto" (T) path data command.
|
class |
SVGPathSegCurvetoQuadraticSmoothRel
The SVGPathSegCurvetoQuadraticSmoothRel interface corresponds to a "relative smooth cubic curveto" (t) path data command.
|
class |
SVGPathSegLinetoAbs
The SVGPathSegLinetoAbs interface corresponds to an "absolute lineto" (L) path data command.
|
class |
SVGPathSegLinetoHorizontalAbs
The SVGPathSegLinetoHorizontalAbs interface corresponds to an "absolute horizontal lineto" (H) path data command.
|
class |
SVGPathSegLinetoHorizontalRel
The SVGPathSegLinetoHorizontalRel interface corresponds to a "relative horizontal lineto" (h) path data command.
|
class |
SVGPathSegLinetoRel
The SVGPathSegLinetoRel interface corresponds to a "relative lineto" (l) path data command.
|
class |
SVGPathSegLinetoVerticalAbs
The SVGPathSegLinetoVerticalAbs interface corresponds to an "absolute vertical lineto" (V) path data command.
|
class |
SVGPathSegLinetoVerticalRel
The SVGPathSegLinetoVerticalRel interface corresponds to a "relative vertical lineto" (v) path data command.
|
class |
SVGPathSegMovetoAbs
The SVGPathSegMovetoAbs interface corresponds to an "absolute moveto" (M) path data command.
|
class |
SVGPathSegMovetoRel
The SVGPathSegMovetoRel interface corresponds to a "relative moveto" (m) path data command.
|
Constructor and Description |
---|
SVGPathSegList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<SVGPathSeg> enumerable)
Initializes a new instance of the
SVGPathSegList class. |