Class SVGPathSegArcRel

Class SVGPathSegArcRel

Der Name: Aspose.Html.Dom.Svg.Paths Sammlung: Aspose.HTML.dll (25.4.0)

Die SVGPathSegArcRel-Interface entspricht einer „relativen Arcto“ (a) Path Data Command.

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

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegArcRel

Implements

INotifyPropertyChanged , IDisposable

Vererbte Mitglieder

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

Der Rotationswinkel in Grad für den x-Axi des Ellips im Verhältnis zum x-Axi des Benutzerkoordinatsystems.

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

Eigentumswert

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Erwachsen auf einem Versuch, den Wert eines Lesens nur zu ändern.

LargeArcFlag

Der Wert der Parameter der großen Flagge.

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

Eigentumswert

bool

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Erwachsen auf einem Versuch, den Wert eines Lesens nur zu ändern.

R1

Das X-Axi-Radium für die Ellipse (d.h. R1).

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

Eigentumswert

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Erwachsen auf einem Versuch, den Wert eines Lesens nur zu ändern.

R2

Der Y-Axis-Radius für die Ellipse (d.h. R2).

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

Eigentumswert

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Erwachsen auf einem Versuch, den Wert eines Lesens nur zu ändern.

SweepFlag

Der Wert des Sweep-Flag-Parameter.

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

Eigentumswert

bool

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Erwachsen auf einem Versuch, den Wert eines Lesens nur zu ändern.

X

Die relative X-Koordinate für den Endpunkt dieses Wegsegment.

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

Eigentumswert

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Erwachsen auf einem Versuch, den Wert eines Lesens nur zu ändern.

Y

Die relative Y koordiniert für den Endpunkt dieses Wegsegment.

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

Eigentumswert

float

Exceptions

DOMException

Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Erwachsen auf einem Versuch, den Wert eines Lesens nur zu ändern.

Sehen Sie auch

SVGPathSeg

 Deutsch