BrickGraphics.DrawImage(DXImage, RectangleF) Method
Adds a specific ImageBrick brick to a report.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
image | DXImage | The image to draw within a specific brick. |
rect | RectangleF | The |
Returns
Type | Description |
---|---|
ImageBrick | The ImageBrick added to a report. |
See Also