BrickViewData(BrickStyle, RectangleF, ITableCell) Constructor
For internal use. Initializes a new instance of the BrickViewData class with the specified settings.
Namespace: DevExpress.XtraPrinting.Export
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
style | BrickStyle | A BrickStyle object. |
bounds | RectangleF | A RectangleF structure. |
tableCell | ITableCell | An object implementing the ITableCell interface. |
Remarks
This constructor is intended for internal use only, and normally you don’t need to use it in your code.
See Also