Aspose.Html.Dom.Svg.Paths
내용물
[
숨다
]Aspose.Html.Dom.Svg.Paths 이름 공간은 클래스를 설명합니다. 채우거나 칠할 수 있는 모양의 윤곽선 표현. 패스는 애니메이션, 또는 위치 텍스트를 설명하기 위해 클리핑 패스로도 사용할 수 있습니다.
클래스
수업 | 설명 |
---|---|
SVGPathSeg | SVGPathSeg 인터페이스는 경로 데이터 사양 내의 단일 명령에 해당하는 기본 인터페이스입니다. |
SVGPathSegArcAbs | SVGPathSegArcAbs 인터페이스는 “absolute arcto”(A) 경로 데이터 명령에 해당합니다. |
SVGPathSegArcRel | SVGPathSegArcRel 인터페이스는 “상대 arcto”(a) 경로 데이터 명령에 해당합니다. |
SVGPathSegClosePath | SVGPathSegClosePath 인터페이스는 “closepath”(z) 경로 데이터 명령에 해당합니다. |
SVGPathSegCurvetoCubicAbs | SVGPathSegCurvetoCubicAbs 인터페이스는 “absolute cubic Bézier curveto”(C) 경로 데이터 명령에 해당합니다. |
SVGPathSegCurvetoCubicRel | SVGPathSegCurvetoCubicRel 인터페이스는 “relative cubic Bézier curveto”(c) 경로 데이터 명령에 해당합니다. |
SVGPathSegCurvetoCubicSmoothAbs | SVGPathSegCurvetoCubicSmoothAbs 인터페이스는 “absolute smooth cubic curveto”(S) 경로 데이터 명령에 해당합니다. |
SVGPathSegCurvetoCubicSmoothRel | SVGPathSegCurvetoCubicSmoothRel 인터페이스는 “상대적으로 부드러운 입방 곡선”(s) 경로 데이터 명령에 해당합니다. |
SVGPathSegCurvetoQuadraticAbs | SVGPathSegCurvetoQuadraticAbs 인터페이스는 “절대 2차 베지어 곡선”(Q) 경로 데이터 명령에 해당합니다. |
SVGPathSegCurvetoQuadraticRel | SVGPathSegCurvetoQuadraticRel 인터페이스는 “상대 2차 베지어 곡선”(q) 경로 데이터 명령에 해당합니다. |
SVGPathSegCurvetoQuadraticSmoothAbs | SVGPathSegCurvetoQuadraticSmoothAbs 인터페이스는 “absolute smooth cubic curveto”(T) 경로 데이터 명령에 해당합니다. |
SVGPathSegCurvetoQuadraticSmoothRel | SVGPathSegCurvetoQuadraticSmoothRel 인터페이스는 “relative smooth cubic curveto”(t) 경로 데이터 명령에 해당합니다. |
SVGPathSegLinetoAbs | SVGPathSegLinetoAbs 인터페이스는 “absolute lineto”(L) 경로 데이터 명령에 해당합니다. |
SVGPathSegLinetoHorizontalAbs | SVGPathSegLinetoHorizontalAbs 인터페이스는 “absolute horizontal lineto”(H) 경로 데이터 명령에 해당합니다. |
SVGPathSegLinetoHorizontalRel | SVGPathSegLinetoHorizontalRel 인터페이스는 “상대 수평 라인”(h) 경로 데이터 명령에 해당합니다. |
SVGPathSegLinetoRel | SVGPathSegLinetoRel 인터페이스는 “relative lineto”(l) 경로 데이터 명령에 해당합니다. |
SVGPathSegLinetoVerticalAbs | SVGPathSegLinetoVerticalAbs 인터페이스는 “absolute vertical lineto”(V) 경로 데이터 명령에 해당합니다. |
SVGPathSegLinetoVerticalRel | SVGPathSegLinetoVerticalRel 인터페이스는 “상대 수직선”(v) 경로 데이터 명령에 해당합니다. |
SVGPathSegList | 이 인터페이스는 SVGPathSeg 개체 목록을 정의합니다. |
SVGPathSegMovetoAbs | SVGPathSegMovetoAbs 인터페이스는 “absolute moveto”(M) 경로 데이터 명령에 해당합니다. |
SVGPathSegMovetoRel | SVGPathSegMovetoRel 인터페이스는 “상대 이동”(m) 경로 데이터 명령에 해당합니다. |
인터페이스
상호 작용 | 설명 |
---|---|
ISVGAnimatedPathData | SVGAnimatedPathData 인터페이스는 SVG 경로 데이터를 보유하는 ’d’ 속성이 있는 요소를 지원하고 해당 속성에 애니메이션을 적용하는 기능을 지원합니다. |