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
Returns/sets the matrix transformation applied to the coordinate space of the brush. The Transform property is concatenated with the current effective render transform to yield an effective render transform local to the brush. The viewport for the brush is transformed using the local effective render transform.
public XpsMatrix Transform { get; set; }