Click or drag to resize

StiEAN13BarCodeTypeDraw Method

Draws the bar code with the specified parameters.

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void Draw(
	Object context,
	StiBarCode barCode,
	RectangleF rect,
	float zoom
)

Parameters

context
Type: SystemObject
Context for drawing.
barCode
Type: Stimulsoft.Report.BarCodesStiBarCode
Component that invokes drawing.
rect
Type: System.DrawingRectangleF
The rectangle that shows coordinates for drawing.
zoom
Type: SystemSingle
Zoom of drawing.
See Also