Namespace Aspose.Html.Dom.Svg.Paths
Namespace Aspose.Html.Dom.Svg.Paths
Classes
클래스 이름 | Description |
---|---|
SVGPathSeg | SVGPathSeg 인터페이스는 경로 데이터 사양 내에서 단일 명령과 일치하는 기본 인터페이스입니다. |
SVGPathSegArcAbs | SVGPathSegArcAbs 인터페이스는 “완전한 arcto” (A) 경로 데이터 명령과 일치합니다. |
SVGPathSegArcRel | SVGPathSegArcRel 인터페이스는 “relative arcto”(a) 경로 데이터 명령과 일치합니다. |
SVGPathSegClosePath | 그 SVGPathSegClosePath 인터페이스는 “closepath” (z) 경로 데이터 명령과 일치합니다. |
SVGPathSegCurvetoCubicAbs | SVGPathSegCurvetoCubicAbs 인터페이스는 “완전한 큐브 Bézier curveto” (C) 경로 데이터 명령과 일치합니다. |
SVGPathSegCurvetoCubicRel | SVGPathSegCurvetoCubicRel 인터페이스는 “relative cubic Bézier curveto” (c) 경로 데이터 명령과 일치합니다. |
SVGPathSegCurvetoCubicSmoothAbs | SVGPathSegCurvetoCubicSmoothAbs 인터페이스는 “완전히 부드러운 큐브 큐브” (S) 경로 데이터 명령과 일치합니다. |
SVGPathSegCurvetoCubicSmoothRel | SVGPathSegCurvetoCubicSmoothRel 인터페이스는 “관계적으로 부드러운 큐브 큐브”(s) 경로 데이터 명령과 일치합니다. |
SVGPathSegCurvetoQuadraticAbs | SVGPathSegCurvetoQuadraticAbs 인터페이스는 “완전한 쿼드 Bézier curveto” (Q) 경로 데이터 명령과 일치합니다. |
SVGPathSegCurvetoQuadraticRel | SVGPathSegCurvetoQuadraticRel 인터페이스는 “관계 쿼드 Bézier curveto” (q) 경로 데이터 명령과 일치합니다. |
SVGPathSegCurvetoQuadraticSmoothAbs | SVGPathSegCurvetoQuadraticSmoothAbs 인터페이스는 “완전히 부드러운 큐브 큐브” (T) 경로 데이터 명령과 일치합니다. |
SVGPathSegCurvetoQuadraticSmoothRel | SVGPathSegCurvetoQuadraticSmoothRel 인터페이스는 “관계적으로 부드러운 큐브 큐브”(t) 경로 데이터 명령과 일치합니다. |
SVGPathSegLinetoAbs | SVGPathSegLinetoAbs 인터페이스는 “완전한 lineto” (L) 경로 데이터 명령과 일치합니다. |
SVGPathSegLinetoHorizontalAbs | SVGPathSegLinetoHorizontalAbs 인터페이스는 “완전한 수평 lineto” (H) 경로 데이터 명령과 일치합니다. |
SVGPathSegLinetoHorizontalRel | SVGPathSegLinetoHorizontalRel 인터페이스는 “관계적 수평 lineto”(h) 경로 데이터 명령과 일치합니다. |
SVGPathSegLinetoRel | SVGPathSegLinetoRel 인터페이스는 “relative lineto” (l) 경로 데이터 명령과 일치합니다. |
SVGPathSegLinetoVerticalAbs | SVGPathSegLinetoVerticalAbs 인터페이스는 “완전한 수직 lineto” (V) 경로 데이터 명령과 일치합니다. |
SVGPathSegLinetoVerticalRel | SVGPathSegLinetoVerticalRel 인터페이스는 “relative vertical lineto” (v) 경로 데이터 명령과 일치합니다. |
SVGPathSegList | 이 인터페이스는 SVGPathSeg 개체 목록을 정의합니다. |
SVGPathSegMovetoAbs | SVGPathSegMovetoAbs 인터페이스는 “완전한 moveto” (M) 경로 데이터 명령과 일치합니다. |
SVGPathSegMovetoRel | SVGPathSegMovetoRel 인터페이스는 “relative moveto” (m) 경로 데이터 명령과 일치합니다. |
Interfaces
인터페이스 이름 | Description |
---|---|
ISVGAnimatedPathData | SVGAnimatedPathData 인터페이스는 SVG 경로 데이터를 보유하고 있는 ‘d’ 속성을 가진 요소를 지원하며, 그 속성을 애니메이션할 수 있는 능력을 지원합니다. |