Skip to main content
A newer version of this page is available. .

Page.GetBrickBounds(Brick) Method

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

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