Namespace Aspose.Html.Dom.Svg.Paths

Namespace Aspose.Html.Dom.Svg.Paths

Classes

Numele claseiDescription
SVGPathSegInterfața SVGPathSeg este o interfață de bază care corespunde unui comandă unică în cadrul unei specificații de date de cale.
SVGPathSegArcAbsInterfața SVGPathSegArcAbs corespunde unui comanda de date “absolut arcto” (A).
SVGPathSegArcRelInterfața SVGPathSegArcRel corespunde unui “arcto relativ” (a) comanda de date de cale.
SVGPathSegClosePathinterfața SVGPathSegClosePath corespunde unui comanda de date “closepath” (z).
SVGPathSegCurvetoCubicAbsInterfața SVGPathSegCurvetoCubicAbs corespunde unui comanda de date “absolut cubic Bézier curveto” (C).
SVGPathSegCurvetoCubicRelInterfața SVGPathSegCurvetoCubicRel corespunde unui comanda de date “relativ cubic Bézier curveto” (c).
SVGPathSegCurvetoCubicSmoothAbsInterfața SVGPathSegCurvetoCubicSmoothAbs corespunde unui comanda de date a drumului “Curveto cubic absolut net” (S).
SVGPathSegCurvetoCubicSmoothRelInterfața SVGPathSegCurvetoCubicSmoothRel corespunde unui comanda de date a drumului “curveto-cubic relativ net”.
SVGPathSegCurvetoQuadraticAbsInterfața SVGPathSegCurvetoQuadraticAbs corespunde unui comanda de date de cale “absolut Bézier curveto” (Q).
SVGPathSegCurvetoQuadraticRelInterfața SVGPathSegCurvetoQuadraticRel corespunde unui “corveto Bézier relativ quadratic” (q) comandă de date de cale.
SVGPathSegCurvetoQuadraticSmoothAbsInterfața SVGPathSegCurvetoQuadraticSmoothAbs corespunde unui comanda de date de cale „absolut curvet cubic” (T).
SVGPathSegCurvetoQuadraticSmoothRelInterfața SVGPathSegCurvetoQuadraticSmoothRel corespunde unui comanda de date a drumului “curveto-cubic relativ net”.
SVGPathSegLinetoAbsInterfața SVGPathSegLinetoAbs corespunde unei comenzi de date “absolute lineto” (L).
SVGPathSegLinetoHorizontalAbsInterfața SVGPathSegLinetoHorizontalAbs corespunde unui “lineto absolut orizontal” (H) comandă de date de cale.
SVGPathSegLinetoHorizontalRelInterfața SVGPathSegLinetoHorizontalRel corespunde unui “lineto orizontal relativ” (h) comandă de date de cale.
SVGPathSegLinetoRelInterfața SVGPathSegLinetoRel corespunde unui comanda de date “relative lineto” (l).
SVGPathSegLinetoVerticalAbsInterfața SVGPathSegLinetoVerticalAbs corespunde unui “lineto vertical absolut” (V) comandă de date de cale.
SVGPathSegLinetoVerticalRelInterfața SVGPathSegLinetoVerticalRel corespunde unui “lineto vertical relativ” (v) comandă de date de cale.
SVGPathSegListAceastă interfață definește o listă de obiecte SVGPathSeg.
SVGPathSegMovetoAbsInterfața SVGPathSegMovetoAbs corespunde unui comanda de date “absolute moveto” (M).
SVGPathSegMovetoRelInterfața SVGPathSegMovetoRel corespunde unui comanda de date “relativ moveto” (m).

Interfaces

Numele interfețeiDescription
ISVGAnimatedPathDatainterfața SVGAnimatedPathData susține elemente care au un atribut „d” care deține datele de cale SVG și susține capacitatea de a anima acest atribut.
 Română