Class XpsTransformableBrush
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
返回/设置适用于刷子坐标空间的矩阵转换。转型属性与当前有效转型相匹配以实现有效的转换转换为布局。 布局视图使用本地有效的转换转换。
public XpsMatrix Transform { get; set; }