Method: DrawTo - Syntax 3

Draws a barcode symbol on the specified canvas. The barcode symbol is specified by the parameters of this method.

Syntax:

function DrawTo(Canvas: TCanvas; Data: AnsiString; BarColor, SpaceColor: TColor; ShowQuietZone: Boolean; Left, Top, Module: Integer; Angle: Integer = 0; HDPI: Integer = 0; VDPI: Integer = 0): Integer; overload; virtual;

Description:

On the specified canvas, draws a barcode symbol that is specified by the parameters of this method.

Parameters:
Return:
Note:

The overloading method is available only for the Delphi/C++ Builder 2009 or later.

Contents