Class XpsTilingBrush

Class XpsTilingBrush

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.4.0)

Class incapsulating common features of tiling brushes elements (VisualBrush and ImageBrush).

public abstract class XpsTilingBrush : XpsTransformableBrush

Inheritance

object XpsObject XpsBrush XpsTransformableBrush XpsTilingBrush

Derived

XpsImageBrush , XpsVisualBrush

Inherited Members

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

Returns/sets value specifying how tiling is performed in the filled geometry.

public XpsTileMode TileMode { get; set; }

Property Value

XpsTileMode

Viewbox

Returns/sets the region of the source content of the brush that is to be mapped to the viewport.

public RectangleF Viewbox { get; set; }

Property Value

RectangleF

Viewport

Returns/sets the position and dimensions of the first brush tile. Subsequent tiles are positioned relative to this tile, as specified by the tile mode.

public RectangleF Viewport { get; set; }

Property Value

RectangleF

 English