Constructor TilingBrush

Namespace TallComponents.PDF.Layout.Brushes
Class TilingBrush

Creates a new TilingBrush with an empty pattern.

Syntax

public  TilingBrush( )

Add shapes to the

Pattern

. The pattern is repeated across the area that is filled.

XML <paragraph type="textparagraph"> <border> <background type="tilingbrush"> <pattern width="50" height="50"> <shape type="rectangleshape" x="0" y="0" width="25" height="25"> <pen color="green" width="1"/> </shape> </pattern> </background> </border> <fragment font="helvetica" fontsize="24"> Tiling brush in XML </fragment> </paragraph>