PdfTilingBrush Class |
Namespace: Spire.Pdf.Graphics
The PdfTilingBrush type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfTilingBrush(RectangleF) |
Initializes a new instance of theclass.
|
![]() |
PdfTilingBrush(SizeF) |
Initializes a new instance of theclass.
|
![]() |
PdfTilingBrush(RectangleF, PdfNewPage) |
Initializes a new instance of theclass.
|
![]() |
PdfTilingBrush(SizeF, PdfNewPage) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
Graphics |
Gets Graphics context of the brush.
|
![]() |
Rectangle |
Gets the boundary box of the smallest brush cell.
|
![]() |
Size |
Gets the size of the smallest brush cell.
|
Name | Description | |
---|---|---|
![]() |
Clone |
Creates a new copy of a brush.
(Overrides
PdfBrush
Clone
.)
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|