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