Class XpsTransformableBrush
Class XpsTransformableBrush
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
Class incapsulating common features of transformable brushes elements (all except SolidColorBrush).
public abstract class XpsTransformableBrush : XpsBrush
Inheritance
object ← XpsObject ← XpsBrush ← XpsTransformableBrush
Derived
XpsGradientBrush, XpsTilingBrush
Inherited Members
XpsBrush.Opacity, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Transform
מחזיר/מגדיר את המטריצה של השינוי המוחל על מרחב הקואורדינטות של המברשת.
מאפיין ה-Transform מצטבר עם השינוי היעיל הנוכחי כדי להניב שינוי יעיל מקומי למברשת.
ה-viewport עבור המברשת משתנה באמצעות השינוי היעיל המקומי.
public XpsMatrix Transform { get; set; }