Aspose::Page::XPS::XpsModel::XpsTilingBrush class

XpsTilingBrush class

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

class XpsTilingBrush : public Aspose::Page::XPS::XpsModel::XpsTransformableBrush

Methods

MethodDescription
get_TileMode() constReturns/sets value specifying how tiling is performed in the filled geometry.
get_Viewbox() constReturns/sets the region of the source content of the brush that is to be mapped to the viewport.
get_Viewport() constReturns/sets the position and dimensions of the first brush tile. Subsequent tiles are positioned relative to this tile, as specified by the tile mode.
set_TileMode(XpsTileMode)Returns/sets value specifying how tiling is performed in the filled geometry.
set_Viewbox(System::Drawing::RectangleF)Returns/sets the region of the source content of the brush that is to be mapped to the viewport.
set_Viewport(System::Drawing::RectangleF)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.

See Also