Skip to main content
All docs
V23.2

BrickGraphics.DrawBrick<T>(T, RectangleF) Method

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public T DrawBrick<T>(
    T brick,
    RectangleF rect
)
    where T : Brick

Parameters

Name Type
brick T
rect RectangleF

Type Parameters

Name
T

Returns

Type
T
See Also