Class SVGPathSegArcRel

Class SVGPathSegArcRel

İsim alanı : Aspose.Html.Dom.Svg.Paths Görüntüleme: Aspose.HTML.dll (25.4.0)

SVGPathSegArcRel arayüzü “relatif arcto” (a) yol veri komutu ile eşleşir.

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

Inheritance

object DOMObject SVGValueType SVGPathSeg SVGPathSegArcRel

Implements

INotifyPropertyChanged , IDisposable

mirasçı üyeleri

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

Ellipse’nin x-axis’i kullanıcı koordinat sisteminin x-axis’e karşı döndürme açısı derecelerde.

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

Mülkiyet Değer

float

Exceptions

DOMException

Kodu Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Sadece bir okuma özellikinin değerini değiştirme çabası üzerine kurulmuştur.

LargeArcFlag

Büyük arka bayrak parametresinin değeri.

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

Mülkiyet Değer

bool

Exceptions

DOMException

Kodu Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Sadece bir okuma özellikinin değerini değiştirme çabası üzerine kurulmuştur.

R1

Ellipse için x-axis radyosu (yani r1)

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

Mülkiyet Değer

float

Exceptions

DOMException

Kodu Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Sadece bir okuma özellikinin değerini değiştirme çabası üzerine kurulmuştur.

R2

Ellipse için y-axis radyosu (yani r2)

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

Mülkiyet Değer

float

Exceptions

DOMException

Kodu Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Sadece bir okuma özellikinin değerini değiştirme çabası üzerine kurulmuştur.

SweepFlag

Bayrak Parametrelerinin Değeri.

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

Mülkiyet Değer

bool

Exceptions

DOMException

Kodu Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Sadece bir okuma özellikinin değerini değiştirme çabası üzerine kurulmuştur.

X

Bu yol segmentinin son noktası için nispeten X koordinat.

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

Mülkiyet Değer

float

Exceptions

DOMException

Kodu Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Sadece bir okuma özellikinin değerini değiştirme çabası üzerine kurulmuştur.

Y

Relatif Y, bu yol segmentinin son noktası için koordine edilir.

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

Mülkiyet Değer

float

Exceptions

DOMException

Kodu Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Sadece bir okuma özellikinin değerini değiştirme çabası üzerine kurulmuştur.

Ayrıca bakın

SVGPathSeg

 Türkçe