Render Method

Navigation:  Reference Guide > Methods >

Render Method

Previous pageReturn to chapter overviewNext page

Renders the barcode onto the device such as a computer monitor or a printer.

[Visual Basic .NET]

Public Sub Render(ByVal renderG As Graphics, ByVal p As Point)

[C#]

public void Render(Graphics renderG, Point p);

Parameters

renderG

Graphics object to be used for rendering.

p

Stores the coordinates (in pixels) of the top-left corner of the barcode.