CompositeBrick(IList<Brick>, PointF) Constructor
Initializes a new instance of the CompositeBrick class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
innerBricks | IList<Brick> | A collection of Brick objects. |
offset | PointF | A PointF structure. |
See Also