| BarcodeControlRender Method (Graphics, Int32, Int32) |
Renders barcode on specified graphics object.
Namespace:
Limilabs.Windows
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public void Render(
Graphics graphics,
int x,
int y
)
Public Sub Render (
graphics As Graphics,
x As Integer,
y As Integer
)
public:
void Render(
Graphics^ graphics,
int x,
int y
)
member Render :
graphics : Graphics *
x : int *
y : int -> unit
Parameters
- graphics
- Type: System.DrawingGraphics
Graphics object to render on it. - x
- Type: SystemInt32
X coordinate - y
- Type: SystemInt32
Y coordinate
See Also