Class XpsArcSegment
Nazwa przestrzeń: Aspose.Page.XPS.XpsModel Zgromadzenie: Aspose.Page.dll (25.4.0)
Funkcje elementu klasowego ArcSegment.Ten element opisuje arkę eliptyczną.
public class XpsArcSegment : XpsPathSegment
Inheritance
object ← XpsObject ← XpsPathSegment ← XpsArcSegment
Dziedziczeni członkowie
XpsPathSegment.IsStroked , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
IsLargeArc
Powrót / zestaw wartości określającej, czy arkusz jest wyciągnięty ze śrubą 180 lub większą.
public bool IsLargeArc { get; set; }
Wartość nieruchomości
Point
Powraca / ustawia punkt końcowy arki eliptycznej.
public PointF Point { get; set; }
Wartość nieruchomości
RotationAngle
Wartość zwrotów/setów wskazuje, w jaki sposób ellipsa jest obrotowana w stosunku do bieżącego systemu koordynacji.
public float RotationAngle { get; set; }
Wartość nieruchomości
Size
Powraca / ustawia promień x i y arki eliptycznej jako parę x,y.
public SizeF Size { get; set; }
Wartość nieruchomości
SweepDirection
Powrót / zestaw wartości określający kierunek, w którym arkusz jest wyciągnięty.
public XpsSweepDirection SweepDirection { get; set; }
Wartość nieruchomości
Methods
Clone()
Klonuje ten segment arkuszy.
public XpsArcSegment Clone()
Returns
Klona tego segmentu arkusza.