Skip to main content

Page.GetBrickBounds(Brick) Method

Returns the size and location of the specified brick in the current page.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.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
RectangleF

A RectangleF object specifying the width, height and location of the brick.

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