Aspose.Html.Dom.Svg.Paths

Aspose.Html.Dom.Svg.Paths 이름 공간은 클래스를 설명합니다. 채우거나 칠할 수 있는 모양의 윤곽선 표현. 패스는 애니메이션, 또는 위치 텍스트를 설명하기 위해 클리핑 패스로도 사용할 수 있습니다.

클래스

수업설명
SVGPathSegSVGPathSeg 인터페이스는 경로 데이터 사양 내의 단일 명령에 해당하는 기본 인터페이스입니다.
SVGPathSegArcAbsSVGPathSegArcAbs 인터페이스는 “absolute arcto”(A) 경로 데이터 명령에 해당합니다.
SVGPathSegArcRelSVGPathSegArcRel 인터페이스는 “상대 arcto”(a) 경로 데이터 명령에 해당합니다.
SVGPathSegClosePathSVGPathSegClosePath 인터페이스는 “closepath”(z) 경로 데이터 명령에 해당합니다.
SVGPathSegCurvetoCubicAbsSVGPathSegCurvetoCubicAbs 인터페이스는 “absolute cubic Bézier curveto”(C) 경로 데이터 명령에 해당합니다.
SVGPathSegCurvetoCubicRelSVGPathSegCurvetoCubicRel 인터페이스는 “relative cubic Bézier curveto”(c) 경로 데이터 명령에 해당합니다.
SVGPathSegCurvetoCubicSmoothAbsSVGPathSegCurvetoCubicSmoothAbs 인터페이스는 “absolute smooth cubic curveto”(S) 경로 데이터 명령에 해당합니다.
SVGPathSegCurvetoCubicSmoothRelSVGPathSegCurvetoCubicSmoothRel 인터페이스는 “상대적으로 부드러운 입방 곡선”(s) 경로 데이터 명령에 해당합니다.
SVGPathSegCurvetoQuadraticAbsSVGPathSegCurvetoQuadraticAbs 인터페이스는 “절대 2차 베지어 곡선”(Q) 경로 데이터 명령에 해당합니다.
SVGPathSegCurvetoQuadraticRelSVGPathSegCurvetoQuadraticRel 인터페이스는 “상대 2차 베지어 곡선”(q) 경로 데이터 명령에 해당합니다.
SVGPathSegCurvetoQuadraticSmoothAbsSVGPathSegCurvetoQuadraticSmoothAbs 인터페이스는 “absolute smooth cubic curveto”(T) 경로 데이터 명령에 해당합니다.
SVGPathSegCurvetoQuadraticSmoothRelSVGPathSegCurvetoQuadraticSmoothRel 인터페이스는 “relative smooth cubic curveto”(t) 경로 데이터 명령에 해당합니다.
SVGPathSegLinetoAbsSVGPathSegLinetoAbs 인터페이스는 “absolute lineto”(L) 경로 데이터 명령에 해당합니다.
SVGPathSegLinetoHorizontalAbsSVGPathSegLinetoHorizontalAbs 인터페이스는 “absolute horizontal lineto”(H) 경로 데이터 명령에 해당합니다.
SVGPathSegLinetoHorizontalRelSVGPathSegLinetoHorizontalRel 인터페이스는 “상대 수평 라인”(h) 경로 데이터 명령에 해당합니다.
SVGPathSegLinetoRelSVGPathSegLinetoRel 인터페이스는 “relative lineto”(l) 경로 데이터 명령에 해당합니다.
SVGPathSegLinetoVerticalAbsSVGPathSegLinetoVerticalAbs 인터페이스는 “absolute vertical lineto”(V) 경로 데이터 명령에 해당합니다.
SVGPathSegLinetoVerticalRelSVGPathSegLinetoVerticalRel 인터페이스는 “상대 수직선”(v) 경로 데이터 명령에 해당합니다.
SVGPathSegList이 인터페이스는 SVGPathSeg 개체 목록을 정의합니다.
SVGPathSegMovetoAbsSVGPathSegMovetoAbs 인터페이스는 “absolute moveto”(M) 경로 데이터 명령에 해당합니다.
SVGPathSegMovetoRelSVGPathSegMovetoRel 인터페이스는 “상대 이동”(m) 경로 데이터 명령에 해당합니다.

인터페이스

상호 작용설명
ISVGAnimatedPathDataSVGAnimatedPathData 인터페이스는 SVG 경로 데이터를 보유하는 ’d’ 속성이 있는 요소를 지원하고 해당 속성에 애니메이션을 적용하는 기능을 지원합니다.