Skip to main content

EmptyBrick.UnionRect(Brick) Method

Includes a brick specified via the parameter in the layout rectangle of the previously created EmptyBrick.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void UnionRect(
    Brick brick
)

Parameters

Name Type Description
brick Brick

The brick included in the layout rectangle of the previously created EmptyBrick.

Remarks

This method can be used to create an unbreakable group of bricks, i.e. the group whose bounds are not clipped on changing the page margins.

If the layout rectangle of the EmptyBrick already contains at least one brick, layout rectangle borders are resized in order to fit inside the specified brick’s layout rectangle.

See Also