Class XpsArcSegment
اسم الفضاء : Aspose.Page.XPS.XpsModel تجميع: Aspose.Page.dll (25.4.0)
خصائص العنصر ArcSegment Class Incapsulatingهذا العنصر يصف قوسًا إليبيسيًا.
public class XpsArcSegment : XpsPathSegment
Inheritance
object ← XpsObject ← XpsPathSegment ← XpsArcSegment
الأعضاء الموروثين
XpsPathSegment.IsStroked , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
IsLargeArc
العودة/مجموعة القيمة التي تحدد ما إذا كان القوس قد تم سحبه بقطعة 180 أو أكبر.
public bool IsLargeArc { get; set; }
قيمة الممتلكات
Point
يعود / يضع نقطة النهاية من القوس الليبي.
public PointF Point { get; set; }
قيمة الممتلكات
RotationAngle
قيمة العودة/المجموعات التي تشير إلى كيفية توجيه الإليبس فيما يتعلق بنظام الإحداثيات الحالي.
public float RotationAngle { get; set; }
قيمة الممتلكات
Size
يعود / يضع شعاع x و y من القوس الهليبي كزوج x و y.
public SizeF Size { get; set; }
قيمة الممتلكات
SweepDirection
العودة / مجموعات القيمة التي تحدد الاتجاه الذي يتم سحبه القوس.
public XpsSweepDirection SweepDirection { get; set; }
قيمة الممتلكات
Methods
Clone()
يغطي هذا القسم القوس.
public XpsArcSegment Clone()
Returns
الكلون من هذا القسم القوس.