Method: DrawTo - Syntax 1

Draws a barcode symbol on the specified canvas. The barcode symbol is specified in the properties of this barcode component.

Syntax:

function DrawTo(Canvas: TCanvas; Left, Top: Integer; Module: Integer = 0; Height: Integer = 0; Angle: Integer = -1; HDPI: Integer = 0; VDPI: Integer = 0): Integer; overload; virtual;

Description:

On the specified canvas, draws current barcode symbol that is specified in the properties of this barcode component.

Parameters:
Return:

See diagram:

DrawTo (Syntax 1)

Note:

For Delphi 3, the method overload and default value of parameter aren't supported, so the method name is changed to DrawTo1, and the parameters Module, Height, Angle, HDPI, and VDPI are required.

Contents