Skip to main content

CompositeBrick(IList<Brick>, PointF) Constructor

Initializes a new instance of the CompositeBrick class with the specified settings.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public CompositeBrick(
    IList<Brick> innerBricks,
    PointF offset
)

Parameters

Name Type Description
innerBricks IList<Brick>

A collection of Brick objects.

offset PointF

A PointF structure.

See Also