Namespace Aspose.Html.Dom.Svg.Paths

Namespace Aspose.Html.Dom.Svg.Paths

Classes

클래스 이름Description
SVGPathSegSVGPathSeg 인터페이스는 경로 데이터 사양 내에서 단일 명령과 일치하는 기본 인터페이스입니다.
SVGPathSegArcAbsSVGPathSegArcAbs 인터페이스는 “완전한 arcto” (A) 경로 데이터 명령과 일치합니다.
SVGPathSegArcRelSVGPathSegArcRel 인터페이스는 “relative arcto”(a) 경로 데이터 명령과 일치합니다.
SVGPathSegClosePath그 SVGPathSegClosePath 인터페이스는 “closepath” (z) 경로 데이터 명령과 일치합니다.
SVGPathSegCurvetoCubicAbsSVGPathSegCurvetoCubicAbs 인터페이스는 “완전한 큐브 Bézier curveto” (C) 경로 데이터 명령과 일치합니다.
SVGPathSegCurvetoCubicRelSVGPathSegCurvetoCubicRel 인터페이스는 “relative cubic Bézier curveto” (c) 경로 데이터 명령과 일치합니다.
SVGPathSegCurvetoCubicSmoothAbsSVGPathSegCurvetoCubicSmoothAbs 인터페이스는 “완전히 부드러운 큐브 큐브” (S) 경로 데이터 명령과 일치합니다.
SVGPathSegCurvetoCubicSmoothRelSVGPathSegCurvetoCubicSmoothRel 인터페이스는 “관계적으로 부드러운 큐브 큐브”(s) 경로 데이터 명령과 일치합니다.
SVGPathSegCurvetoQuadraticAbsSVGPathSegCurvetoQuadraticAbs 인터페이스는 “완전한 쿼드 Bézier curveto” (Q) 경로 데이터 명령과 일치합니다.
SVGPathSegCurvetoQuadraticRelSVGPathSegCurvetoQuadraticRel 인터페이스는 “관계 쿼드 Bézier curveto” (q) 경로 데이터 명령과 일치합니다.
SVGPathSegCurvetoQuadraticSmoothAbsSVGPathSegCurvetoQuadraticSmoothAbs 인터페이스는 “완전히 부드러운 큐브 큐브” (T) 경로 데이터 명령과 일치합니다.
SVGPathSegCurvetoQuadraticSmoothRelSVGPathSegCurvetoQuadraticSmoothRel 인터페이스는 “관계적으로 부드러운 큐브 큐브”(t) 경로 데이터 명령과 일치합니다.
SVGPathSegLinetoAbsSVGPathSegLinetoAbs 인터페이스는 “완전한 lineto” (L) 경로 데이터 명령과 일치합니다.
SVGPathSegLinetoHorizontalAbsSVGPathSegLinetoHorizontalAbs 인터페이스는 “완전한 수평 lineto” (H) 경로 데이터 명령과 일치합니다.
SVGPathSegLinetoHorizontalRelSVGPathSegLinetoHorizontalRel 인터페이스는 “관계적 수평 lineto”(h) 경로 데이터 명령과 일치합니다.
SVGPathSegLinetoRelSVGPathSegLinetoRel 인터페이스는 “relative lineto” (l) 경로 데이터 명령과 일치합니다.
SVGPathSegLinetoVerticalAbsSVGPathSegLinetoVerticalAbs 인터페이스는 “완전한 수직 lineto” (V) 경로 데이터 명령과 일치합니다.
SVGPathSegLinetoVerticalRelSVGPathSegLinetoVerticalRel 인터페이스는 “relative vertical lineto” (v) 경로 데이터 명령과 일치합니다.
SVGPathSegList이 인터페이스는 SVGPathSeg 개체 목록을 정의합니다.
SVGPathSegMovetoAbsSVGPathSegMovetoAbs 인터페이스는 “완전한 moveto” (M) 경로 데이터 명령과 일치합니다.
SVGPathSegMovetoRelSVGPathSegMovetoRel 인터페이스는 “relative moveto” (m) 경로 데이터 명령과 일치합니다.

Interfaces

인터페이스 이름Description
ISVGAnimatedPathDataSVGAnimatedPathData 인터페이스는 SVG 경로 데이터를 보유하고 있는 ‘d’ 속성을 가진 요소를 지원하며, 그 속성을 애니메이션할 수 있는 능력을 지원합니다.
 한국어