Namespace Aspose.Html.Dom.Svg.Paths

Namespace Aspose.Html.Dom.Svg.Paths

Classes

Nazwa klasyDescription
SVGPathSegInterfejs SVGPathSeg to interfejs bazowy, który odpowiada jednemu poleceniu w ramach specyfikacji danych ścieżek.
SVGPathSegArcAbsInterfejs SVGPathSegArcAbs odpowiada “absolutnemu arcto” (A) poleceniu danych ścieżek.
SVGPathSegArcRelInterfejs SVGPathSegArcRel odpowiada “relatywnemu arcto” (a) poleceniu danych ścieżek.
SVGPathSegClosePathinterfejs SVGPathSegClosePath odpowiada poleceniu danych ścieżek „closepath” (z).
SVGPathSegCurvetoCubicAbsInterfejs SVGPathSegCurvetoCubicAbs odpowiada “absolutnemu kubkowi Bézier curveto” (C) poleceniu danych ścieżek.
SVGPathSegCurvetoCubicRelInterfejs SVGPathSegCurvetoCubicRel odpowiada “relatywnemu kubkowi Bézier curveto” (c) poleceniu danych ścieżek.
SVGPathSegCurvetoCubicSmoothAbsInterfejs SVGPathSegCurvetoCubicSmoothAbs odpowiada “absolutnie gładkiej kurwety kubicznej” (S) poleceniu danych ścieżek.
SVGPathSegCurvetoCubicSmoothRelInterfejs SVGPathSegCurvetoCubicSmoothRel odpowiada “relatywnie gładkiej kurwety kubicznej” (s) poleceniu danych ścieżek.
SVGPathSegCurvetoQuadraticAbsInterfejs SVGPathSegCurvetoQuadraticAbs odpowiada “absolutnej kwadratowej Bézier curveto” (Q) polecenia danych ścieżek.
SVGPathSegCurvetoQuadraticRelInterfejs SVGPathSegCurvetoQuadraticRel odpowiada “relatywnej kwadratowej Bézier curveto” (q) polecenia danych ścieżek.
SVGPathSegCurvetoQuadraticSmoothAbsInterfejs SVGPathSegCurvetoQuadraticSmoothAbs odpowiada “absolutnie gładkiej kurwety kubicznej” (T) poleceniu danych ścieżek.
SVGPathSegCurvetoQuadraticSmoothRelInterfejs SVGPathSegCurvetoQuadraticSmoothRel odpowiada “relatywnie gładkiej kurwety kubicznej” (t) poleceniu danych ścieżek.
SVGPathSegLinetoAbsInterfejs SVGPathSegLinetoAbs odpowiada “absolute lineto” (L) poleceniu danych ścieżek.
SVGPathSegLinetoHorizontalAbsInterfejs SVGPathSegLinetoHorizontalAbs odpowiada “absolutnej lineto horyzontalnej” (H) polecenia danych ścieżek.
SVGPathSegLinetoHorizontalRelInterfejs SVGPathSegLinetoHorizontalRel odpowiada “relatywnemu lineto horyzontalnym” (h) poleceniu danych ścieżek.
SVGPathSegLinetoRelInterfejs SVGPathSegLinetoRel odpowiada “relatywnemu lineto” (l) poleceniu danych ścieżek.
SVGPathSegLinetoVerticalAbsInterfejs SVGPathSegLinetoVerticalAbs odpowiada “absolute vertical lineto” (V) poleceniu danych ścieżek.
SVGPathSegLinetoVerticalRelInterfejs SVGPathSegLinetoVerticalRel odpowiada “relatywnemu lineto” (v) poleceniu danych ścieżek.
SVGPathSegListTen interfejs definiuje listę obiektów SVGPathSeg.
SVGPathSegMovetoAbsInterfejs SVGPathSegMovetoAbs odpowiada “absolute moveto” (M) poleceniu danych ścieżek.
SVGPathSegMovetoRelInterfejs SVGPathSegMovetoRel odpowiada “relatywnemu moveto” (m) poleceniu danych ścieżek.

Interfaces

Nazwa interfejsuDescription
ISVGAnimatedPathDatainterfejs SVGAnimatedPathData obsługuje elementy, które mają atrybut „d”, który posiada dane ścieżki SVG i wspiera zdolność do animowania tego atrybutu.
 Polski