BarcodeControlDrawHDC Method (IntPtr, Int32, Int32)ByteScout Barcode SDK
Draws the barcode on HDC canvas object.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax

public 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.

Implements

IBarcodeDrawHDC(IntPtr, Int32, Int32)
See Also

Reference