Class SVGPathElement

Class SVGPathElement

이름 공간 : Aspose.Html.Dom.Svg 구성: Aspose.HTML.dll (25.4.0)

SVGPathElement 인터페이스는 ‘길’ 요소와 일치합니다.

[DOMName("SVGPathElement")]
[DOMObject]
[ComVisible(true)]
public class SVGPathElement : SVGGeometryElement, INotifyPropertyChanged, IEventTarget, IDisposable, IXPathNSResolver, IParentNode, IElementTraversal, IChildNode, IElementCSSInlineStyle, ISVGTests, ISVGAnimatedPathData

Inheritance

object DOMObject EventTarget Node Element SVGElement SVGGraphicsElement SVGGeometryElement SVGPathElement

Implements

INotifyPropertyChanged , IEventTarget , IDisposable , IXPathNSResolver , IParentNode , IElementTraversal , IChildNode , IElementCSSInlineStyle , ISVGTests , ISVGAnimatedPathData

상속 회원들

SVGGeometryElement.GetEquivalentPath() , SVGGeometryElement.GetTotalLength() , SVGGeometryElement.GetPointAtLength(float) , SVGGeometryElement.Dispose(bool) , SVGGeometryElement.PathLength , SVGGraphicsElement.GetBBox() , SVGGraphicsElement.GetCTM() , SVGGraphicsElement.GetScreenCTM() , SVGGraphicsElement.NearestViewportElement , SVGGraphicsElement.FarthestViewportElement , SVGGraphicsElement.Transform , SVGGraphicsElement.RequiredFeatures , SVGGraphicsElement.RequiredExtensions , SVGGraphicsElement.SystemLanguage , SVGElement.Id , SVGElement.OwnerSVGElement , SVGElement.ViewportElement , SVGElement.ClassName , SVGElement.Style , Element.GetAttributeNames() , Element.HasAttributes() , Element.GetAttribute(string) , Element.GetAttributeNS(string, string) , Element.SetAttribute(string, string) , Element.SetAttributeNS(string, string, string) , Element.RemoveAttribute(string) , Element.RemoveAttributeNS(string, string) , Element.HasAttribute(string) , Element.HasAttributeNS(string, string) , Element.ToggleAttribute(string) , Element.ToggleAttribute(string, bool) , Element.GetAttributeNode(string) , Element.SetAttributeNode(Attr) , Element.RemoveAttributeNode(Attr) , Element.GetAttributeNodeNS(string, string) , Element.SetAttributeNodeNS(Attr) , Element.GetElementsByTagName(string) , Element.GetElementsByTagNameNS(string, string) , Element.Remove() , Element.QuerySelectorAll(string) , Element.QuerySelector(string) , Element.AttachShadow(ShadowRootMode) , Element.GetElementsByClassName(string) , Element.Dispose(bool) , Element.ClassList , Element.LocalName , Element.NamespaceURI , Element.Prefix , Element.NodeName , Element.NodeType , Element.TagName , Element.Id , Element.ClassName , Element.TextContent , Element.Attributes , Element.FirstElementChild , Element.LastElementChild , Element.PreviousElementSibling , Element.NextElementSibling , Element.ChildElementCount , Element.Children , Element.InnerHTML , Element.OuterHTML , Element.ShadowRoot , Node.ELEMENT_NODE , Node.ATTRIBUTE_NODE , Node.TEXT_NODE , Node.CDATA_SECTION_NODE , Node.ENTITY_REFERENCE_NODE , Node.ENTITY_NODE , Node.PROCESSING_INSTRUCTION_NODE , Node.COMMENT_NODE , Node.DOCUMENT_NODE , Node.DOCUMENT_TYPE_NODE , Node.DOCUMENT_FRAGMENT_NODE , Node.NOTATION_NODE , Node.HasChildNodes() , Node.Normalize() , Node.CloneNode() , Node.CloneNode(bool) , Node.IsEqualNode(Node) , Node.IsSameNode(Node) , Node.LookupPrefix(string) , Node.LookupNamespaceURI(string) , Node.IsDefaultNamespace(string) , Node.InsertBefore(Node, Node) , Node.ReplaceChild(Node, Node) , Node.RemoveChild(Node) , Node.AppendChild(Node) , Node.Dispose(bool) , Node.ToString() , Node.NodeType , Node.LocalName , Node.NamespaceURI , Node.Prefix , Node.NodeName , Node.BaseURI , Node.OwnerDocument , Node.ParentNode , Node.ParentElement , Node.ChildNodes , Node.FirstChild , Node.LastChild , Node.PreviousSibling , Node.NextSibling , Node.NodeValue , Node.TextContent , EventTarget.AddEventListener(string, DOMEventHandler, bool) , EventTarget.AddEventListener(string, IEventListener) , EventTarget.AddEventListener(string, IEventListener, bool) , EventTarget.RemoveEventListener(string, DOMEventHandler, bool) , EventTarget.RemoveEventListener(string, IEventListener) , EventTarget.RemoveEventListener(string, IEventListener, bool) , EventTarget.DispatchEvent(Event) , EventTarget.Dispose() , EventTarget.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

AnimatedPathSegList

SVG의 시나리오와 일치하는 형식으로 ’d’ 속성의 현재 애니메이션 콘텐츠에 대한 액세스를 제공합니다.이 속성 또는 속성이 애니메이션되는 경우, 속성 또는 속성의 현재 애니메이션 값을 포함하고 있으며, 개체 자체와 그 내용은 단지 읽을 수 있습니다.이 속성 또는 속성이 현재 애니메이션되지 않는 경우, pathSegList와 동일한 값을 포함합니다.

public SVGPathSegList AnimatedPathSegList { get; }

부동산 가치

SVGPathSegList

PathSegList

그것은 SVG의 합성과 일치하는 형태로 ’d’ 속성의 기본 (즉, 정적) 내용에 대한 액세스를 제공합니다.따라서 ’d’ 속성에 “완전한 moveto (M)“와 “완전한 arcto (A)” 명령이 있다면 pathSegList에는 SVG_PATHSEG_MOVETO_ABS와 SVG_PATHSEG_ARC_ABS가 두 개의 입력이 있습니다.

public SVGPathSegList PathSegList { get; set; }

부동산 가치

SVGPathSegList

Methods

창조기사소개서(해병대, 해병대, 해병대, 해병대, 해병대)

독립적이고 부모없는 SVGPathSegArcAbs 개체를 반환합니다.

[DOMName("createSVGPathSegArcAbs")]
public SVGPathSegArcAbs CreateSVGPathSegArcAbs(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)

Parameters

x float

절대 X는 이 경로 세그먼트의 끝점에 대한 조정이다.

y float

절대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

r1 float

엘리프스의 x-axis 라디오 (즉, r1)입니다.

r2 float

엘리프스의 y-axis 라디오 (즉, r2)

angle float

엘리프스의 x-axis에 대하여 사용자 조정 시스템의 x-axis에 대하여 등급으로 회전 각도.

largeArcFlag bool

큰 깃발 파라미터의 가치.

sweepFlag bool

큰 깃발 파라미터의 가치.

Returns

SVGPathSegArcAbs

독립적이고 부모가 없는 SVGPathSegArcAbs 개체입니다.

창조자세대시대(해병대, 해병대, 해병대, 해병대, 해병대)

독립적이고 부모가 없는 SVGPathSegArcRel 개체를 반환합니다.

[DOMName("createSVGPathSegArcRel")]
public SVGPathSegArcRel CreateSVGPathSegArcRel(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)

Parameters

x float

상대 X는 이 경로 섹션의 끝점에 대한 조정이다.

y float

상대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

r1 float

엘리프스의 x-axis 라디오 (즉, r1)입니다.

r2 float

엘리프스의 y-axis 라디오 (즉, r2)

angle float

엘리프스의 x-axis에 대하여 사용자 조정 시스템의 x-axis에 대하여 등급으로 회전 각도.

largeArcFlag bool

큰 깃발 파라미터의 가치.

sweepFlag bool

큰 깃발 파라미터의 가치.

Returns

SVGPathSegArcRel

독립적이고 부모가 없는 SVGPathSegArcRel 개체입니다.

녹음하기SegClosePath()

독립적이고 부모가 없는 SVGPathSegClosePath 항목을 반환합니다.

[DOMName("createSVGPathSegClosePath")]
public SVGPathSegClosePath CreateSVGPathSegClosePath()

Returns

SVGPathSegClosePath

독립적이고 부모가 없는 SVGPathSegClosePath 개체입니다.

창조자세대시대소개서(해군, 해군, 해군, 해군, 해군)

독립적이고 부모가 없는 SVGPathSegCurvetoCubicAbs 개체를 반환합니다.

[DOMName("createSVGPathSegCurvetoCubicAbs")]
public SVGPathSegCurvetoCubicAbs CreateSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2)

Parameters

x float

절대 X는 이 경로 세그먼트의 끝점에 대한 조정이다.

y float

절대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

x1 float

첫 번째 컨트롤 포인트에 대한 절대 X 좌표.

y1 float

첫 번째 컨트롤 포인트에 대한 절대 Y 조정.

x2 float

절대 X는 두 번째 컨트롤 포인트에 대한 조정이다.

y2 float

절대 Y는 두 번째 컨트롤 포인트에 대한 조정입니다.

Returns

SVGPathSegCurvetoCubicAbs

독립적이고 부모가 없는 SVGPathSegCurvetoCubicAbs 개체입니다.

창조자세대소개서(해군, 해군, 해군, 해군, 해군)

독립적이고 부모가 없는 SVGPathSegCurvetoCubicRel 개체를 반환합니다.

[DOMName("createSVGPathSegCurvetoCubicRel")]
public SVGPathSegCurvetoCubicRel CreateSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2)

Parameters

x float

상대 X는 이 경로 섹션의 끝점에 대한 조정이다.

y float

상대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

x1 float

첫 번째 컨트롤 포인트에 대한 X 상대 좌표.

y1 float

상대 Y는 첫 번째 통제 지점에 대한 조정입니다.

x2 float

상대 X는 두 번째 컨트롤 포인트에 대한 조정이다.

y2 float

상대 Y는 두 번째 컨트롤 포인트에 대한 조정입니다.

Returns

SVGPathSegCurvetoCubicRel

독립적이고 부모가 없는 SVGPathSegCurvetoCubicRel 개체입니다.

창조자세기시대소설자사상자(해병대, 해병대, 해병대)

독립적이고 부모가 없는 SVGPathSegCurvetoCubicSmoothAbs 개체를 반환합니다.

[DOMName("createSVGPathSegCurvetoCubicSmoothAbs")]
public SVGPathSegCurvetoCubicSmoothAbs CreateSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2)

Parameters

x float

절대 X는 이 경로 세그먼트의 끝점에 대한 조정이다.

y float

절대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

x2 float

절대 X는 두 번째 컨트롤 포인트에 대한 조정이다.

y2 float

절대 Y는 두 번째 컨트롤 포인트에 대한 조정입니다.

Returns

SVGPathSegCurvetoCubicSmoothAbs

독립적이고 부모가 없는 SVGPathSegCurvetoCubicSmoothAbs 개체입니다.

스토리 링크를 사용하는 데 도움이됩니다.(해병대, 해병대, 해병대)

독립적이고 부모가 없는 SVGPathSegCurvetoCubicSmoothRel 개체를 반환합니다.

[DOMName("createSVGPathSegCurvetoCubicSmoothRel")]
public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2)

Parameters

x float

상대 X는 이 경로 섹션의 끝점에 대한 조정이다.

y float

상대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

x2 float

상대 X는 두 번째 컨트롤 포인트에 대한 조정이다.

y2 float

상대 Y는 두 번째 컨트롤 포인트에 대한 조정입니다.

Returns

SVGPathSegCurvetoCubicSmoothRel

독립적이고 부모가 없는 SVGPathSegCurvetoCubicSmoothRel 개체입니다.

창조자세대소개서(해병대, 해병대, 해병대)

독립적이고 부모가 없는 SVGPathSegCurvetoQuadraticAbs 개체를 반환합니다.

[DOMName("createSVGPathSegCurvetoQuadraticAbs")]
public SVGPathSegCurvetoQuadraticAbs CreateSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1)

Parameters

x float

절대 X는 이 경로 세그먼트의 끝점에 대한 조정이다.

y float

절대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

x1 float

첫 번째 컨트롤 포인트에 대한 절대 X 좌표.

y1 float

첫 번째 컨트롤 포인트에 대한 절대 Y 조정.

Returns

SVGPathSegCurvetoQuadraticAbs

독립적이고 부모가 없는 SVGPathSegCurvetoQuadraticAbs 개체입니다.

창조자세기시대수영화(해병대, 해병대, 해병대)

독립적이고 부모가 없는 SVGPathSegCurvetoQuadraticRel 개체를 반환합니다.

[DOMName("createSVGPathSegCurvetoQuadraticRel")]
public SVGPathSegCurvetoQuadraticRel CreateSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1)

Parameters

x float

상대 X는 이 경로 섹션의 끝점에 대한 조정이다.

y float

상대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

x1 float

첫 번째 컨트롤 포인트에 대한 X 상대 좌표.

y1 float

상대 Y는 첫 번째 통제 지점에 대한 조정입니다.

Returns

SVGPathSegCurvetoQuadraticRel

독립적이고 부모가 없는 SVGPathSegCurvetoQuadraticRel 개체입니다.

창조자세기시대소설자사장자수성자(수영장, 수영장)

독립적이고 부모가 없는 SVGPathSegCurvetoQuadraticSmoothAbs 개체를 반환합니다.

[DOMName("createSVGPathSegCurvetoQuadraticSmoothAbs")]
public SVGPathSegCurvetoQuadraticSmoothAbs CreateSVGPathSegCurvetoQuadraticSmoothAbs(float x, float y)

Parameters

x float

절대 X는 이 경로 세그먼트의 끝점에 대한 조정이다.

y float

절대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

Returns

SVGPathSegCurvetoQuadraticSmoothAbs

독립적이고 부모가 없는 SVGPathSegCurvetoQuadraticSmoothAbs 개체입니다.

스토리 링크가 깔끔해요(수영장, 수영장)

독립적이고 부모없는 SVGPathSegCurvetoQuadraticSmoothRel 개체를 반환합니다.

[DOMName("createSVGPathSegCurvetoQuadraticSmoothRel")]
public SVGPathSegCurvetoQuadraticSmoothRel CreateSVGPathSegCurvetoQuadraticSmoothRel(float x, float y)

Parameters

x float

상대 X는 이 경로 섹션의 끝점에 대한 조정이다.

y float

상대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

Returns

SVGPathSegCurvetoQuadraticSmoothRel

독립적이고 부모가 없는 SVGPathSegCurvetoQuadraticSmoothRel 개체입니다.

창조자세대공화국(수영장, 수영장)

독립적이고 부모가 없는 SVGPathSegLinetoAbs 개체를 반환합니다.

[DOMName("createSVGPathSegLinetoAbs")]
public SVGPathSegLinetoAbs CreateSVGPathSegLinetoAbs(float x, float y)

Parameters

x float

절대 X는 이 경로 세그먼트의 끝점에 대한 조정이다.

y float

절대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

Returns

SVGPathSegLinetoAbs

독립적이고 부모가 없는 SVGPathSegLinetoAbs 개체입니다.

수영장 녹음소개서(플로트)

독립적이고 부모가 없는 SVGPathSegLinetoHorizontalAbs 개체를 반환합니다.

[DOMName("createSVGPathSegLinetoHorizontalAbs")]
public SVGPathSegLinetoHorizontalAbs CreateSVGPathSegLinetoHorizontalAbs(float x)

Parameters

x float

절대 X는 이 경로 세그먼트의 끝점에 대한 조정이다.

Returns

SVGPathSegLinetoHorizontalAbs

독립적이고 부모가 없는 SVGPathSegLinetoHorizontalAbs 개체입니다.

수영장 녹음소개서(플로트)

독립적이고 부모가 없는 SVGPathSegLinetoHorizontalRel 개체를 반환합니다.

[DOMName("createSVGPathSegLinetoHorizontalRel")]
public SVGPathSegLinetoHorizontalRel CreateSVGPathSegLinetoHorizontalRel(float x)

Parameters

x float

상대 X는 이 경로 섹션의 끝점에 대한 조정이다.

Returns

SVGPathSegLinetoHorizontalRel

독립적이고 부모가 없는 SVGPathSegLinetoHorizontalRel 개체입니다.

창조자세대소개서(수영장, 수영장)

독립적이고 부모가 없는 SVGPathSegLinetoRel 개체를 반환합니다.

[DOMName("createSVGPathSegLinetoRel")]
public SVGPathSegLinetoRel CreateSVGPathSegLinetoRel(float x, float y)

Parameters

x float

상대 X는 이 경로 섹션의 끝점에 대한 조정이다.

y float

상대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

Returns

SVGPathSegLinetoRel

독립적이고 부모가 없는 SVGPathSegLinetoRel 개체입니다.

녹음하기SegLinetoVerticalAbs(플로트)

독립적이고 부모가 없는 SVGPathSegLinetoVerticalAbs 개체를 반환합니다.

[DOMName("createSVGPathSegLinetoVerticalAbs")]
public SVGPathSegLinetoVerticalAbs CreateSVGPathSegLinetoVerticalAbs(float y)

Parameters

y float

절대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

Returns

SVGPathSegLinetoVerticalAbs

독립적이고 부모가 없는 SVGPathSegLinetoVerticalAbs 개체입니다.

녹음하기SegLinetoVerticalRel(플로트)

독립적이고 부모가 없는 SVGPathSegLinetoVerticalRel 개체를 반환합니다.

[DOMName("createSVGPathSegLinetoVerticalRel")]
public SVGPathSegLinetoVerticalRel CreateSVGPathSegLinetoVerticalRel(float y)

Parameters

y float

상대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

Returns

SVGPathSegLinetoVerticalRel

독립적이고 부모가 없는 SVGPathSegLinetoVerticalRel 개체입니다.

창조자세대소개서(수영장, 수영장)

독립적이고 부모가 없는 SVGPathSegMovetoAbs 개체를 반환합니다.

[DOMName("createSVGPathSegMovetoAbs")]
public SVGPathSegMovetoAbs CreateSVGPathSegMovetoAbs(float x, float y)

Parameters

x float

절대 X는 이 경로 세그먼트의 끝점에 대한 조정이다.

y float

절대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

Returns

SVGPathSegMovetoAbs

독립적이고 부모가 없는 SVGPathSegMovetoAbs 개체입니다.

창조자세대소개서(수영장, 수영장)

독립적이고 부모가 없는 SVGPathSegMovetoRel 개체를 반환합니다.

[DOMName("createSVGPathSegMovetoRel")]
public SVGPathSegMovetoRel CreateSVGPathSegMovetoRel(float x, float y)

Parameters

x float

상대 X는 이 경로 섹션의 끝점에 대한 조정이다.

y float

상대 Y는 이 경로 세그먼트의 끝점에 대한 조정이다.

Returns

SVGPathSegMovetoRel

독립적이고 부모가 없는 SVGPathSegMovetoRel 개체입니다.

또한 보기

SVGGeometryElement , ISVGAnimatedPathData

 한국어