Class XpsPathGeometry
ชื่อพื้นที่: Aspose.Page.XPS.XpsModel การประกอบ: Aspose.Page.dll (25.5.0)
คุณสมบัติขององค์ประกอบทรัพย์สิน PathGeometry คลาส Incapsulatingองค์ประกอบนี้ประกอบด้วยตัวเลขเส้นทางที่ระบุด้วยตัวเลขหรือด้วยองค์ประกอบ PathFigure ของเด็ก
public sealed class XpsPathGeometry : XpsArray<xpspathfigure>Inheritance
object
←
XpsObject
←
XpsArray
อนุญาโตตุลาการ
XpsArray
Properties
FillRule
กลับ / ชุดมูลค่าที่ระบุวิธีการที่พื้นที่ที่เชื่อมต่อของภูมิศาสตร์รูปแบบรวมกันเพื่อสร้างภูมิภาค
public XpsFillRule FillRule { get; set; }คุณสมบัติมูลค่า
PathFigures
กลับรายการของตัวเลขเส้นทางของเด็ก
public List<xpspathfigure> PathFigures { get; }คุณสมบัติมูลค่า
List < XpsPathFigure >
Transform
Returns / set the affine transformation matrix establishing the local matrix transformation การแปลง matrixซึ่งจะถูกนําไปใช้กับทุกองค์ประกอบเด็กและลูกของเส้นทางภูมิศาสตร์ก่อนที่จะใช้สําหรับการบรรจุหรือตัด
public XpsMatrix Transform { get; set; }คุณสมบัติมูลค่า
Methods
AddSegment(XpsPathSegment)
เพิ่มฟิล์มเส้นทางไปยังรายการฟิล์มเด็กของฟิล์มสุดท้าย
public XpsPathSegment AddSegment(XpsPathSegment segment)Parameters
segment XpsPathSegment
ชิ้นส่วนเส้นทางที่จะเพิ่ม
Returns
เพิ่มเส้นทาง
Clone()
คลอนเส้นทางนี้ Geometry
public XpsPathGeometry Clone()Returns
คลอนของเส้นทางนี้ Geometry
InsertSegment(int, XpsPathSegment)
ใส่ส่วนเส้นทางลงในรายการส่วนเด็กของตัวเลขเส้นทางสุดท้ายในตําแหน่ง index"
public XpsPathSegment InsertSegment(int index, XpsPathSegment segment)Parameters
index int
ตําแหน่งที่ segment ควรใส่
segment XpsPathSegment
ชิ้นส่วนเส้นทางที่จะถูกนําเข้า
Returns
ใส่เส้นทาง segment
RemoveSegment(XpsPathSegment)
ลบส่วนเส้นทางจากรายการส่วนเด็กของตัวเลขเส้นทางสุดท้าย
public XpsPathSegment RemoveSegment(XpsPathSegment segment)Parameters
segment XpsPathSegment
ชิ้นส่วนเส้นทางที่จะถูกกําจัด
Returns
ระยะทางที่ถอดออก
RemoveSegmentAt(int)
ลบส่วนเส้นทางจากรายการส่วนเด็กของตัวเลขเส้นทางสุดท้ายในตําแหน่ง index"
public XpsPathSegment RemoveSegmentAt(int index)Parameters
index int
ตําแหน่งที่ segment เส้นทางควรจะถูกกําจัด
Returns
ระยะทางที่ถอดออก