Class XpsArcSegment
İsim alanı : Aspose.Page.XPS.XpsModel Toplama: Aspose.Page.dll (25.4.0)
Sınıf incapsulating ArcSegment element özellikleri.Bu eleman bir elliptik çubuk tanımlar.
public class XpsArcSegment : XpsPathSegment
Inheritance
object ← XpsObject ← XpsPathSegment ← XpsArcSegment
mirasçı üyeleri
XpsPathSegment.IsStroked , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
IsLargeArc
Geri dönüş / set değerleri, arkanın 180 veya daha büyük bir çubukla çekildiğini belirler.
public bool IsLargeArc { get; set; }
Mülkiyet Değer
Point
Elliptik arkanın son noktasını döndürür / ayarlar.
public PointF Point { get; set; }
Mülkiyet Değer
RotationAngle
Geri dönüş / set değerleri, elipsin mevcut koordinat sistemine karşı nasıl döndürüldüğünü gösterir.
public float RotationAngle { get; set; }
Mülkiyet Değer
Size
Elliptik arkanın x ve y ışınlarını bir x,y çift olarak döndürür.
public SizeF Size { get; set; }
Mülkiyet Değer
SweepDirection
Geri dönüşler / değer setleri, arkanın çekildiği yönü belirler.
public XpsSweepDirection SweepDirection { get; set; }
Mülkiyet Değer
Methods
Clone()
Bu arka segmentini klonlayın.
public XpsArcSegment Clone()
Returns
Bu arka segmentin klonu.