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

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.v18.2.Core.dll

Declaration

public BrickViewData(
    BrickStyle style,
    RectangleF bounds,
    ITableCell tableCell
)

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