Class XpsArcSegment

Class XpsArcSegment

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

Kelas yang mengenkapsulasi fitur elemen ArcSegment.
Elemen ini menggambarkan busur elips.

public class XpsArcSegment : XpsPathSegment

Pewarisan

objectXpsObjectXpsPathSegmentXpsArcSegment

Anggota yang Dwarisi

XpsPathSegment.IsStroked, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properti

IsLargeArc

Mengembalikan/mengatur nilai yang menentukan apakah busur digambar dengan sapuan 180 atau lebih.

public bool IsLargeArc { get; set; }

Nilai Properti

bool

Point

Mengembalikan/mengatur titik akhir dari busur elips.

public PointF Point { get; set; }

Nilai Properti

PointF

RotationAngle

Mengembalikan/mengatur nilai yang menunjukkan bagaimana elips diputar relatif terhadap sistem koordinat saat ini.

public float RotationAngle { get; set; }

Nilai Properti

float

Size

Mengembalikan/mengatur jari-jari x dan y dari busur elips sebagai pasangan x,y.

public SizeF Size { get; set; }

Nilai Properti

SizeF

SweepDirection

Mengembalikan/mengatur nilai yang menentukan arah di mana busur digambar.

public XpsSweepDirection SweepDirection { get; set; }

Nilai Properti

XpsSweepDirection

Metode

Clone()

Mengkloning segmen busur ini.

public XpsArcSegment Clone()

Mengembalikan

XpsArcSegment

Klon dari segmen busur ini.

 Indonesia