Initializes a new instance of the class.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfTilingBrush(
	SizeF size
)
Public Sub New ( 
	size As SizeF
)
public:
PdfTilingBrush(
	SizeF size
)
new : 
        size : SizeF -> PdfTilingBrush

Parameters

size
SizeF
The size of the smallest brush cell.

See Also