Click or drag to resize

PdfTilingBrush Class

Implements a colored tiling brush.
Inheritance Hierarchy
System Object
Spire.Pdf.Graphics PdfBrush
Spire.Pdf.Graphics PdfTilingBrush

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public sealed class PdfTilingBrush : PdfBrush

The PdfTilingBrush type exposes the following members.

Constructors
Name Description
Public method PdfTilingBrush(RectangleF)
Initializes a new instance of theclass.
Public method PdfTilingBrush(SizeF)
Initializes a new instance of theclass.
Public method PdfTilingBrush(RectangleF, PdfNewPage)
Initializes a new instance of theclass.
Public method PdfTilingBrush(SizeF, PdfNewPage)
Initializes a new instance of theclass.
Top
Properties
Name Description
Public property Graphics
Gets Graphics context of the brush.
Public property Rectangle
Gets the boundary box of the smallest brush cell.
Public property Size
Gets the size of the smallest brush cell.
Top
Methods
Name Description
Public method Clone
Creates a new copy of a brush.
(Overrides PdfBrush Clone .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also