StiStandard2of5BarCodeTypeDraw 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
)
Public Overrides Sub Draw (
context As Object,
barCode As StiBarCode,
rect As RectangleF,
zoom As Single
)
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