BarcodeUtilDrawBarcode Method
|
Draws the selected barcode symbology into a user defined rectangle.
Namespace:
Zebra.Sdk.Card.Graphics.Barcode
Assembly:
SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax void DrawBarcode(
int x,
int y,
int width,
int height
)
Sub DrawBarcode (
x As Integer,
y As Integer,
width As Integer,
height As Integer
)
void DrawBarcode(
int x,
int y,
int width,
int height
)
Parameters
- x
- Type: SystemInt32
The x coordinate. - y
- Type: SystemInt32
The y coordinate. - width
- Type: SystemInt32
The width of the rectangle. - height
- Type: SystemInt32
The height of the rectangle.
Exceptions See Also