BarCodeGeneratorBase.DrawContent(IGraphicsBase, RectangleF, IBarCodeData) Method
For internal use.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
gr | DevExpress.XtraPrinting.IGraphicsBase | An object implementing the DevExpress.XtraPrinting.IGraphicsBase interface. |
bounds | RectangleF | A RectangleF structure. |
data | IBarCodeData | An object implementing the IBarCodeData interface. |
See Also