IDAutomation MICR Forms Control

MICRControl.PaintOnGraphics Method 

Draws Barcode on with the graphics passed in (uses the DPI of the graphics object)

[Visual Basic]
Public Sub PaintOnGraphics( _
   ByVal grfx As Graphics, _
   ByVal xOffset As Single, _
   ByVal yOffset As Single _
)
[C#]
public void PaintOnGraphics(
   Graphics grfx,
   float xOffset,
   float yOffset
);

Parameters

grfx
Graphics used to draw with
xOffset
Offset in the x direction (pixels)
yOffset
Offset in the y direction (pixels)

See Also

MICRControl Class | IDAutomation.Windows.Forms.MICRControl Namespace