Class XpsTilingBrush

Class XpsTilingBrush

名称: Aspose.Page.XPS.XpsModel 集合: Aspose.Page.dll (25.4.0)

类包含粘贴刷元素(VisualBrush和ImageBrush)的常见特性。

public abstract class XpsTilingBrush : XpsTransformableBrush

Inheritance

object XpsObject XpsBrush XpsTransformableBrush XpsTilingBrush

Derived

XpsImageBrush , XpsVisualBrush

继承人

XpsTransformableBrush.Transform , XpsBrush.Opacity , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

TileMode

返回/设置值,说明在填写地质中如何进行粘贴。

public XpsTileMode TileMode { get; set; }

财产价值

XpsTileMode

Viewbox

返回/设置要地图的刷子源内容的区域到视图端口。

public RectangleF Viewbox { get; set; }

财产价值

RectangleF

Viewport

返回/设置第一个刷板的位置和尺寸。对于这条线条,如线条模式所规定的。

public RectangleF Viewport { get; set; }

财产价值

RectangleF

 中文