Class XpsTilingBrush
Class XpsTilingBrush
命名空间: Aspose.Page.XPS.XpsModel
程序集: Aspose.Page.dll (25.1.2)
封装平铺画刷元素(VisualBrush 和 ImageBrush)共同特性的类。
public abstract class XpsTilingBrush : XpsTransformableBrush
继承
object ← XpsObject ← XpsBrush ← XpsTransformableBrush ← XpsTilingBrush
派生
继承成员
XpsTransformableBrush.Transform, XpsBrush.Opacity, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
属性
TileMode
返回/设置指定填充几何图形中平铺执行方式的值。
public XpsTileMode TileMode { get; set; }
属性值
Viewbox
返回/设置要映射到视口的画刷源内容区域。
public RectangleF Viewbox { get; set; }
属性值
Viewport
返回/设置第一个画刷平铺的位置和尺寸。后续平铺相对于该平铺定位,如平铺模式所指定。
public RectangleF Viewport { get; set; }