Class SVGPathSegArcRel

Class SVGPathSegArcRel

De naam: Aspose.Html.Dom.Svg.Paths Verzameling: Aspose.HTML.dll (25.4.0)

De SVGPathSegArcRel-interface komt overeen met een “relative arcto” (a) route data command.

[ComVisible(true)]
[DOMObject]
[DOMName("SVGPathSegArcRel")]
public class SVGPathSegArcRel : SVGPathSeg, INotifyPropertyChanged, IDisposable

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegArcRel

Implements

INotifyPropertyChanged , IDisposable

Geëerbiede leden

SVGPathSeg.PATHSEG_UNKNOWN , SVGPathSeg.PATHSEG_CLOSEPATH , SVGPathSeg.PATHSEG_MOVETO_ABS , SVGPathSeg.PATHSEG_MOVETO_REL , SVGPathSeg.PATHSEG_LINETO_ABS , SVGPathSeg.PATHSEG_LINETO_REL , SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS , SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL , SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS , SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL , SVGPathSeg.PATHSEG_ARC_ABS , SVGPathSeg.PATHSEG_ARC_REL , SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS , SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL , SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS , SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL , SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS , SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL , SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS , SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL , SVGPathSeg.PathSegType , SVGPathSeg.PathSegTypeAsLetter , SVGValueType.Dispose() , SVGValueType.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Angle

De rotatiehoek in graden voor de x-axis van de ellipse in relatie tot de x-axis van het gebruikerscoördinatiesysteem.

[DOMName("angle")]
public float Angle { get; set; }

Eigendomswaarde

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Opgebouwd op een poging om de waarde van een lezing alleen attribute te veranderen.

LargeArcFlag

De waarde van de big-arc-vlag parameter.

[DOMName("largeArcFlag")]
public bool LargeArcFlag { get; set; }

Eigendomswaarde

bool

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Opgebouwd op een poging om de waarde van een lezing alleen attribute te veranderen.

R1

De x-axis radius voor de ellips (d.w.z. r1).

[DOMName("r1")]
public float R1 { get; set; }

Eigendomswaarde

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Opgebouwd op een poging om de waarde van een lezing alleen attribute te veranderen.

R2

De y-axis radius voor de ellipse (d.w.z. r2).

[DOMName("r2")]
public float R2 { get; set; }

Eigendomswaarde

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Opgebouwd op een poging om de waarde van een lezing alleen attribute te veranderen.

SweepFlag

De waarde van de Sweep-vlag parameter.

[DOMName("sweepFlag")]
public bool SweepFlag { get; set; }

Eigendomswaarde

bool

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Opgebouwd op een poging om de waarde van een lezing alleen attribute te veranderen.

X

De relatieve X coördinate voor het eindpunt van dit padsegment.

[DOMName("x")]
public float X { get; set; }

Eigendomswaarde

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Opgebouwd op een poging om de waarde van een lezing alleen attribute te veranderen.

Y

De relatieve Y coördineert voor het eindpunt van dit padsegment.

[DOMName("y")]
public float Y { get; set; }

Eigendomswaarde

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Opgebouwd op een poging om de waarde van een lezing alleen attribute te veranderen.

Zie ook

SVGPathSeg

 Nederlands