Class XpsTransformableBrush
ชื่อพื้นที่: Aspose.Page.XPS.XpsModel การประกอบ: Aspose.Page.dll (25.4.0)
คุณสมบัติทั่วไปขององค์ประกอบสกรูที่สามารถแปลงได้ (ทั้งหมดยกเว้น SolidColorBrush)
public abstract class XpsTransformableBrush : XpsBrush
Inheritance
object ← XpsObject ← XpsBrush ← XpsTransformableBrush
Derived
XpsGradientBrush , XpsTilingBrush
อนุญาโตตุลาการ
XpsBrush.Opacity , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Transform
Returns / set the matrix transformation applied to the coordinate space of the brush. การแปลงแม่พิมพ์ที่นํามาใช้ไปยังพื้นที่ koordinate ของสกรูคุณสมบัติ Transform มีความร่วมมือกับการแปลง render ที่มีประสิทธิภาพในปัจจุบันเพื่อให้เกิดการแปลง render ที่ถูกต้องในท้องถิ่นไปยังแปรง พอร์ตมุมมองสําหรับแปรงเป็นการแปลงโดยใช้การแปลง render ที่มีประสิทธิภาพในท้องถิ่น
public XpsMatrix Transform { get; set; }