Class XpsPathGeometry

Class XpsPathGeometry

اسم الفضاء : Aspose.Page.XPS.XpsModel تجميع: Aspose.Page.dll (25.4.0)

تخصيص عناصر PathGeometry الممتلكات.يحتوي هذا العنصر على مجموعة من أرقام المسار المحددة إما مع خصائص الأرقام أومع الطفل PathFigure العنصر.

public sealed class XpsPathGeometry : XpsArray<xpspathfigure>

Inheritance

object XpsObject XpsArray XpsPathGeometry

الأعضاء الموروثين

XpsArray.Add(XpsPathFigure) , XpsArray.Remove(XpsPathFigure) , XpsArray.Insert(int, XpsPathFigure) , XpsArray.RemoveAt(int) , XpsArray.this[int] , XpsArray.Count , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

FillRule

إرجاع/إعداد القيمة التي تحدد كيفية تقاطع المناطق الجيومتريةيتم الجمع بين الأشكال لتشكيل منطقة.

public XpsFillRule FillRule { get; set; }

قيمة الممتلكات

XpsFillRule

PathFigures

عودة قائمة أرقام مسار الطفل.

public List<xpspathfigure> PathFigures { get; }

قيمة الممتلكات

List &lt؛ XpsPathFigure >

Transform

إرجاع / تركيب المصفوفة التحويلية التي تحدد تحويل المصفوفة المحليةالتي تنطبق على جميع العناصر الطفولية والخلفية للطريق الهندسة قبل استخدامهاللملء أو التمزق أو التمزق.

public XpsMatrix Transform { get; set; }

قيمة الممتلكات

XpsMatrix

Methods

AddSegment(XpsPathSegment)

يضيف قطاع المسار إلى قائمة قطاعات الأطفال في الرقم الأخير.

public XpsPathSegment AddSegment(XpsPathSegment segment)

Parameters

segment XpsPathSegment

وسيتم إضافة قطاع الطريق.

Returns

XpsPathSegment

إضافة قطاع الطريق.

Clone()

يلصق هذا الطريق الهندسة.

public XpsPathGeometry Clone()

Returns

XpsPathGeometry

الكلون من هذا الطريق الهندسة.

InsertSegment(إنت، XpsPathSegment)

إدخال قطاع الطريق في قائمة قطاعات الطفل من رقم الطريق الأخير في index’ موقف.

public XpsPathSegment InsertSegment(int index, XpsPathSegment segment)

Parameters

index int

الموقع الذي ينبغي إدراج قطعة.

segment XpsPathSegment

وسيتم إدخال قطاع مسار.

Returns

XpsPathSegment

إدخال قطاع الطريق.

RemoveSegment(XpsPathSegment)

إزالة قطاع المسار من قائمة قطاعات الطفل من رقم المسار الأخير.

public XpsPathSegment RemoveSegment(XpsPathSegment segment)

Parameters

segment XpsPathSegment

سيتم إزالة قطاع الطريق.

Returns

XpsPathSegment

إزالة قطاع الطريق.

RemoveSegmentAt(إنت)

إزالة قطاع الطريق من قائمة قطاعات الأطفال من رقم الطريق الأخير في index’ موقف.

public XpsPathSegment RemoveSegmentAt(int index)

Parameters

index int

الموقف الذي ينبغي إزالة قطاع الطريق.

Returns

XpsPathSegment

إزالة قطاع الطريق.

 عربي