Class SVGPathElement

Class SVGPathElement

Název místa: Aspose.Html.Dom.Svg Sbírka: Aspose.HTML.dll (25.4.0)

Rozhraní SVGPathElement odpovídá prvku „cesta.

[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

Dědiční členové

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

Poskytuje přístup k aktuálním animovaným obsahům atributu „d“ ve formě, která odpovídá syntaxe SVG. Pokud je daný atribut nebo vlastnost animována, obsahuje aktuální animovanou hodnotu atributu nebo vlastnosti a obojí samotný objekt a jeho obsah se čte pouze.

public SVGPathSegList AnimatedPathSegList { get; }

Hodnota nemovitosti

SVGPathSegList

PathSegList

Poskytuje přístup k základním (tj. statickým) obsahům atributu „d“ ve formě, která se jedním po druhém shoduje s syntaxem SVG.Takže pokud má „d“ atribut „absolutní moveto (M)“ a „absolutní arcto (A)“ příkaz, pak pathSegList bude mít dva vstupy: SVG_PATHSEG_MOVETO_ABS a SVG_PATHSEG_ARC_ABS.

public SVGPathSegList PathSegList { get; set; }

Hodnota nemovitosti

SVGPathSegList

Methods

VytvořteSvGPathSegArcAbs(loď, loď, loď, loď, loď, loď, loď)

Vrátí nezávislý, nenarozený objekt SVGPathSegArcAbs.

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

Parameters

x float

Absolutní koordinát X pro konec tohoto segmentu trasy.

y float

Absolutní Y koordinuje konec tohoto segmentu trasy.

r1 float

Rádium x-axis pro ellipsu (tj. r1).

r2 float

Rádium y-axis pro ellipsu (tj. r2).

angle float

Rotační úhel ve stupních pro x-axis ellipse ve vztahu k x-axis uživatelského koordinačního systému.

largeArcFlag bool

Hodnota parametrů velkého vlajkového arku.

sweepFlag bool

Hodnota parametrů velkého vlajkového arku.

Returns

SVGPathSegArcAbs

Jednotlivý, nenarozený objekt SVGPathSegArcAbs.

VytvořteSvGPathSegArcRel(loď, loď, loď, loď, loď, loď, loď)

Vrátí nezávislý, nenarozený objekt SVGPathSegArcRel.

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

Parameters

x float

Relativní koordinát X pro konec tohoto segmentu trasy.

y float

Relativní Y koordinuje pro konec tohoto segmentu trasy.

r1 float

Rádium x-axis pro ellipsu (tj. r1).

r2 float

Rádium y-axis pro ellipsu (tj. r2).

angle float

Rotační úhel ve stupních pro x-axis ellipse ve vztahu k x-axis uživatelského koordinačního systému.

largeArcFlag bool

Hodnota parametrů velkého vlajkového arku.

sweepFlag bool

Hodnota parametrů velkého vlajkového arku.

Returns

SVGPathSegArcRel

Jednotlivý, nenarozený objekt SVGPathSegArcRel.

VytvořteSVGPathSegClosePath()

Vrátí nezávislý, nenarozený objekt SVGPathSegClosePath.

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

Returns

SVGPathSegClosePath

Jednotlivý, nenarozený objekt SVGPathSegClosePath.

StvořitSVGPathSegCurvetoCubicAbs(loď, loď, loď, loď, loď, loď)

Vrátí nezávislý, nenarozený objekt SVGPathSegCurvetoCubicAbs.

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

Parameters

x float

Absolutní koordinát X pro konec tohoto segmentu trasy.

y float

Absolutní Y koordinuje konec tohoto segmentu trasy.

x1 float

Absolutní koordinát X pro první kontrolní bod.

y1 float

Absolutní koordinát Y pro první kontrolní bod.

x2 float

Absolutní koordinát X pro druhou kontrolní bod.

y2 float

Absolutní koordinát Y pro druhou kontrolní bod.

Returns

SVGPathSegCurvetoCubicAbs

Jednotlivý, bezdomovec SVGPathSegCurvetoCubicAbs objekt.

StvořitSVGPathSegCurvetoCubicRel(loď, loď, loď, loď, loď, loď)

Vrátí nezávislý, nenarozený SVGPathSegCurvetoCubicRel objekt.

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

Parameters

x float

Relativní koordinát X pro konec tohoto segmentu trasy.

y float

Relativní Y koordinuje pro konec tohoto segmentu trasy.

x1 float

Relativní koordinát X pro první kontrolní bod.

y1 float

Relativní koordinát Y pro první kontrolní bod.

x2 float

Relativní koordinát X pro druhou kontrolní bod.

y2 float

Relativní Y koordinuje pro druhou kontrolní bod.

Returns

SVGPathSegCurvetoCubicRel

Jednotlivý, bezdomovec SVGPathSegCurvetoCubicRel objekt.

StvořitSVGPathSegCurvetoCubicSmoothAbs(loď, loď, loď, loď)

Vrátí nezávislý, nenarozený SVGPathSegCurvetoCubicSmoothAbs objekt.

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

Parameters

x float

Absolutní koordinát X pro konec tohoto segmentu trasy.

y float

Absolutní Y koordinuje konec tohoto segmentu trasy.

x2 float

Absolutní koordinát X pro druhou kontrolní bod.

y2 float

Absolutní koordinát Y pro druhou kontrolní bod.

Returns

SVGPathSegCurvetoCubicSmoothAbs

Jednotlivý, bezdomovec SVGPathSegCurvetoCubicSmoothAbs objekt.

StvořitSVGPathSegCurvetoCubicSmoothRel(loď, loď, loď, loď)

Vrátí nezávislý, nenarozený SVGPathSegCurvetoCubicSmoothRel objekt.

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

Parameters

x float

Relativní koordinát X pro konec tohoto segmentu trasy.

y float

Relativní Y koordinuje pro konec tohoto segmentu trasy.

x2 float

Relativní koordinát X pro druhou kontrolní bod.

y2 float

Relativní Y koordinuje pro druhou kontrolní bod.

Returns

SVGPathSegCurvetoCubicSmoothRel

Jednotlivý, bezdomovec SVGPathSegCurvetoCubicSmoothRel objekt.

StvořitSVGPathSegCurvetoQuadraticAbs(loď, loď, loď, loď)

Vrátí nezávislý, nenarozený objekt SVGPathSegCurvetoQuadraticAbs.

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

Parameters

x float

Absolutní koordinát X pro konec tohoto segmentu trasy.

y float

Absolutní Y koordinuje konec tohoto segmentu trasy.

x1 float

Absolutní koordinát X pro první kontrolní bod.

y1 float

Absolutní koordinát Y pro první kontrolní bod.

Returns

SVGPathSegCurvetoQuadraticAbs

Jednotlivý, bezdomovec SVGPathSegCurvetoQuadraticAbs objekt.

StvořitSVGPathSegCurvetoQuadraticRel(loď, loď, loď, loď)

Vrátí nezávislý, nenarozený SVGPathSegCurvetoQuadraticRel objekt.

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

Parameters

x float

Relativní koordinát X pro konec tohoto segmentu trasy.

y float

Relativní Y koordinuje pro konec tohoto segmentu trasy.

x1 float

Relativní koordinát X pro první kontrolní bod.

y1 float

Relativní koordinát Y pro první kontrolní bod.

Returns

SVGPathSegCurvetoQuadraticRel

Jednotlivý, bezdomovec SVGPathSegCurvetoQuadraticRel objekt.

StvořitSVGPathSegCurvetoQuadraticSmoothAbs(Plzeň, Plzeň)

Vrátí nezávislý, nenarozený objekt SVGPathSegCurvetoQuadraticSmoothAbs.

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

Parameters

x float

Absolutní koordinát X pro konec tohoto segmentu trasy.

y float

Absolutní Y koordinuje konec tohoto segmentu trasy.

Returns

SVGPathSegCurvetoQuadraticSmoothAbs

Jednotlivý, bezdomovec SVGPathSegCurvetoQuadraticSmoothAbs objekt.

StvořitSVGPathSegCurvetoQuadraticSmoothRel(Plzeň, Plzeň)

Vrátí nezávislý, nenarozený SVGPathSegCurvetoQuadraticSmoothRel objekt.

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

Parameters

x float

Relativní koordinát X pro konec tohoto segmentu trasy.

y float

Relativní Y koordinuje pro konec tohoto segmentu trasy.

Returns

SVGPathSegCurvetoQuadraticSmoothRel

Jednotlivý, bezdomovec SVGPathSegCurvetoQuadraticSmoothRel objekt.

StvořteSvGPathSegLinetoAbs(Plzeň, Plzeň)

Návrat nezávislého, nenarozeného SVGPathSegLinetoAbs objektu.

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

Parameters

x float

Absolutní koordinát X pro konec tohoto segmentu trasy.

y float

Absolutní Y koordinuje konec tohoto segmentu trasy.

Returns

SVGPathSegLinetoAbs

Jednotlivý, bezdomovec SVGPathSegLinetoAbs objekt.

StvořteSVGPathSegLinetoHorizontálníAbs(flotila)

Vrátí nezávislý, bezdomovec SVGPathSegLinetoHorizontalAbs objekt.

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

Parameters

x float

Absolutní koordinát X pro konec tohoto segmentu trasy.

Returns

SVGPathSegLinetoHorizontalAbs

Jednotlivý, bezdomovec SVGPathSegLinetoHorizontalAbs objekt.

StvořteSVGPathSegLinetoHorizontálníRel(flotila)

Vrací se samostatný, bezdomovec SVGPathSegLinetoHorizontalRel objekt.

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

Parameters

x float

Relativní koordinát X pro konec tohoto segmentu trasy.

Returns

SVGPathSegLinetoHorizontalRel

Jednotlivý, bezdomovec SVGPathSegLinetoHorizontalRel objekt.

VytvořteSvGPathSegLinetoRel(Plzeň, Plzeň)

Vrací nezávislý, nenarozený objekt SVGPathSegLinetoRel.

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

Parameters

x float

Relativní koordinát X pro konec tohoto segmentu trasy.

y float

Relativní Y koordinuje pro konec tohoto segmentu trasy.

Returns

SVGPathSegLinetoRel

Jednotlivý, bezdomovec SVGPathSegLinetoRel objekt.

StvořitSVGPathSegLinetoVerticalAbs(flotila)

Návrat nezávislého, nenarozeného SVGPathSegLinetoVerticalAbs objektu.

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

Parameters

y float

Absolutní Y koordinuje konec tohoto segmentu trasy.

Returns

SVGPathSegLinetoVerticalAbs

Jednotlivý, bezdomovec SVGPathSegLinetoVerticalAbs objekt.

StvořteSVGPathSegLinetoVerticalRel(flotila)

Návrat nezávislého, nezávislého SVGPathSegLinetoVerticalRel objektu.

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

Parameters

y float

Relativní Y koordinuje pro konec tohoto segmentu trasy.

Returns

SVGPathSegLinetoVerticalRel

Jednotlivý, bezdomovec SVGPathSegLinetoVerticalRel objekt.

StvořitSVGPathSegMovetoAbs(Plzeň, Plzeň)

Vrací se nezávislý, nenarozený objekt SVGPathSegMovetoAbs.

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

Parameters

x float

Absolutní koordinát X pro konec tohoto segmentu trasy.

y float

Absolutní Y koordinuje konec tohoto segmentu trasy.

Returns

SVGPathSegMovetoAbs

Jednotlivý, nenarozený objekt SVGPathSegMovetoAbs.

VytvořteSVGPathSegMovetoRel(Plzeň, Plzeň)

Vrací nezávislý, nenarozený objekt SVGPathSegMovetoRel.

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

Parameters

x float

Relativní koordinát X pro konec tohoto segmentu trasy.

y float

Relativní Y koordinuje pro konec tohoto segmentu trasy.

Returns

SVGPathSegMovetoRel

Jednotlivý, nenarozený objekt SVGPathSegMovetoRel.

Vidět také

SVGGeometryElement , ISVGAnimatedPathData

 Čeština