Link Search Menu Expand Document

IBarcodeDrawHDC Method (IntPtr, Int32, Int32)

Draws the barcode on HDC canvas object.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
void DrawHDC(
	IntPtr hdc,
	int left,
	int top
)

Parameters

hdc
Type: SystemIntPtr
The HDC to draw a barcode on.
left
Type: SystemInt32
The leftmost point of barcode.
top
Type: SystemInt32
The topmost point of barcode.
See Also

Reference