Class SVGPathSegArcRel

Class SVGPathSegArcRel

Le nom : Aspose.Html.Dom.Svg.Paths Assemblaggio: Aspose.HTML.dll (25.4.0)

L’interface SVGPathSegArcRel correspond à un “arcto relatif” (a) commande de données de route.

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

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegArcRel

Implements

INotifyPropertyChanged , IDisposable

I membri ereditari

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

L’angle de rotation en degrés pour le x-axis de l’éllipse relatif à l’oxis du système de coordination d’utilisateur.

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

Valore di proprietà

float

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Élevée sur une tentative de changer la valeur d’un attribut de lecture seulement.

LargeArcFlag

La valeur du paramètre de drapeau large-arc.

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

Valore di proprietà

bool

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Élevée sur une tentative de changer la valeur d’un attribut de lecture seulement.

R1

Le rayon x-axis pour l’éllipse (c’est-à-dire r1).

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

Valore di proprietà

float

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Élevée sur une tentative de changer la valeur d’un attribut de lecture seulement.

R2

Le rayon y-axis pour l’éllipse (c’est-à-dire r2).

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

Valore di proprietà

float

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Élevée sur une tentative de changer la valeur d’un attribut de lecture seulement.

SweepFlag

La valeur du paramètre de drapeau.

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

Valore di proprietà

bool

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Élevée sur une tentative de changer la valeur d’un attribut de lecture seulement.

X

Le rapport X coordonne pour le point de fin de ce segment de route.

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

Valore di proprietà

float

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Élevée sur une tentative de changer la valeur d’un attribut de lecture seulement.

Y

La relative Y coordonne pour le point de fin de ce segment de chemin.

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

Valore di proprietà

float

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Élevée sur une tentative de changer la valeur d’un attribut de lecture seulement.

Vedi anche

SVGPathSeg

 Français