Click or drag to resize

StiBarCodeTypeServiceDrawBarCode Method

Draws bar code.

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected void DrawBarCode(
	Object context,
	RectangleF rect,
	StiBarCode barCode,
	StiBarCodeTypeServiceDrawBaseLinesDelegate drawMethod = null
)

Parameters

context
Type: SystemObject

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBarCode(System.Object,System.Drawing.RectangleF,Stimulsoft.Report.BarCodes.StiBarCode,Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBaseLinesDelegate)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBarCode(System.Object,System.Drawing.RectangleF,Stimulsoft.Report.BarCodes.StiBarCode,Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBaseLinesDelegate)"]

barCode
Type: Stimulsoft.Report.BarCodesStiBarCode

[Missing <param name="barCode"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBarCode(System.Object,System.Drawing.RectangleF,Stimulsoft.Report.BarCodes.StiBarCode,Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBaseLinesDelegate)"]

drawMethod (Optional)
Type: Stimulsoft.Report.BarCodesStiBarCodeTypeServiceDrawBaseLinesDelegate

[Missing <param name="drawMethod"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBarCode(System.Object,System.Drawing.RectangleF,Stimulsoft.Report.BarCodes.StiBarCode,Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBaseLinesDelegate)"]

See Also