| IBaseBarcodeRenderHbitmapDpi Method |
Creates new Bitmap with rendered Barcode.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax IntPtr RenderHbitmapDpi(
float xDpi,
float yDpi
)
Function RenderHbitmapDpi (
xDpi As Single,
yDpi As Single
) As IntPtr
IntPtr RenderHbitmapDpi(
float xDpi,
float yDpi
)
abstract RenderHbitmapDpi :
xDpi : float32 *
yDpi : float32 -> IntPtr
Parameters
- xDpi
- Type: SystemSingle
Horizontal resolution in dots per inch - yDpi
- Type: SystemSingle
Vertical resolution in dots per inch
Return Value
Type:
IntPtrBitmap handle (HBITMAP) with rendered Barcode.
See Also