Page.GetBrickBounds(Brick) Method
In This Article
Returns the size and location of the specified brick in the current page.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public RectangleF GetBrickBounds(
Brick brick
)
#Parameters
Name | Type | Description |
---|---|---|
brick | Brick | A Brick object representing the brick whose size and location should be returned. |
#Returns
Type | Description |
---|---|
Rectangle |
A Rectangle |
#Remarks
The unit of measurement for the brick’s size and location is in 1/300 of an inch.
Note
The zero point (0, 0) is the top left point of the page.
See Also