Skip to main content

IBrickOwner.RaiseDraw(VisualBrick, IGraphics, RectangleF) Method

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

void RaiseDraw(
    VisualBrick brick,
    IGraphics gr,
    RectangleF bounds
)

Parameters

Name Type
brick VisualBrick
gr IGraphics
bounds RectangleF
See Also