Class XpsPath

Class XpsPath

ชื่อพื้นที่: Aspose.Page.XPS.XpsModel การประกอบ: Aspose.Page.dll (25.4.0)

คุณสมบัติขององค์ประกอบการหมุนเวียนของชั้นองค์ประกอบนี้เป็นวิธีเดียวในการเพิ่มกราฟิก vector และภาพไปยังหน้าคงที่มันกําหนดกราฟิก vector เดียวที่จะนําเสนอบนหน้า

public sealed class XpsPath : XpsContentElement, IEnumerable<xpscontentelement>, IEnumerable

Inheritance

object XpsObject XpsElement XpsHyperlinkElement XpsContentElement XpsPath

Implements

IEnumerable , IEnumerable

อนุญาโตตุลาการ

XpsContentElement.RenderTransform , XpsContentElement.Clip , XpsContentElement.Opacity , XpsContentElement.OpacityMask , XpsHyperlinkElement.HyperlinkTarget , XpsElement.GetEnumerator() , XpsElement.this[int] , XpsElement.Count , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Data

กลับ / ชุดเส้นทางของเส้นทาง

public XpsPathGeometry Data { get; set; }

คุณสมบัติมูลค่า

XpsPathGeometry

Fill

Returns / sets the brush used to paint the geometry specifiedโดยคุณสมบัติข้อมูลของเส้นทาง

public XpsBrush Fill { get; set; }

คุณสมบัติมูลค่า

XpsBrush

Stroke

กลับ / ชุดแปรงที่ใช้ในการดึงการโจมตี

public XpsBrush Stroke { get; set; }

คุณสมบัติมูลค่า

XpsBrush

StrokeDashArray

Returns / set the array specifies the length of dashes and gap of the outline stroke. กลับ / set the array specifies the length of dashes and gap of the outline stroke. กลับ / set the array specifies the length of dashes and gap of the outline stroke.

public float[] StrokeDashArray { get; set; }

คุณสมบัติมูลค่า

float [ ]

StrokeDashCap

กลับ / ชุดค่าที่ระบุวิธีที่ปลายของแต่ละแผ่นจะถูกดึง

public XpsDashCap StrokeDashCap { get; set; }

คุณสมบัติมูลค่า

XpsDashCap

StrokeDashOffset

Returns / set the start point for repeating the dash array patternหากค่านี้ถูกล้มเหลวเส้นด้ายจะสอดคล้องกับแหล่งกําเนิดของผลกระทบ

public float StrokeDashOffset { get; set; }

คุณสมบัติมูลค่า

float

StrokeEndLineCap

กลับ / ชุดค่าที่กําหนดรูปร่างของจุดสิ้นสุดของดาดสุดท้ายในผลกระทบ

public XpsLineCap StrokeEndLineCap { get; set; }

คุณสมบัติมูลค่า

XpsLineCap

StrokeLineJoin

กลับ / ชุดมูลค่าที่กําหนดรูปร่างของจุดเริ่มต้นของลูกกลิ้งครั้งแรกในกระแทก

public XpsLineJoin StrokeLineJoin { get; set; }

คุณสมบัติมูลค่า

XpsLineJoin

StrokeMiterLimit

กลับ / ชุดความสัมพันธ์ระหว่างความยาวสูงสุดของมิเตอร์และครึ่งของความหนาของผลกระทบ หมายถึงค่านี้เท่านั้นถ้าคุณสมบัติ ‘StrokeLineJoin’ ที่ระบุ ‘มิเตอร์’.

public float StrokeMiterLimit { get; set; }

คุณสมบัติมูลค่า

float

StrokeStartLineCap

กลับ / ชุดมูลค่าที่กําหนดรูปร่างของจุดเริ่มต้นของลูกกลิ้งครั้งแรกในกระแทก

public XpsLineCap StrokeStartLineCap { get; set; }

คุณสมบัติมูลค่า

XpsLineCap

StrokeThickness

กลับ / ชุดความหนาของการโจมตีในหน่วยพื้นที่การสอดคล้องที่มีประสิทธิภาพ (รวมถึงการแปลง render ของเส้นทาง)การโจมตีจะถูกดึงขึ้นบนขอบเขตของภูมิศาสตร์ที่ระบุโดยคุณสมบัติของข้อมูลขององค์ประกอบเส้นทาง ประมาณครึ่งของ StrokeThickness จะขยายนอกเหนือจากภูมิศาสตร์ที่ระบุโดยคุณสมบัติข้อมูลและครึ่งอื่น ๆการขยายภายในของภูมิศาสตร์

public float StrokeThickness { get; set; }

คุณสมบัติมูลค่า

float

Methods

Clone()

คลอนเส้นทางนี้

public XpsPath Clone()

Returns

XpsPath

คลอนเส้นทางนี้

 แบบไทย