Unit 'udrawers' Package
[Overview][Classes][Index] [#pl_barcodes]

TBasicBarcodeDrawer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: udrawers.pas line 45

type TBasicBarcodeDrawer = class

public

  constructor Create();

  

  procedure BeginDrawing; virtual; abstract;

  

  procedure EndDrawing; virtual; abstract;

  

  procedure DrawBar(); virtual; abstract;

  

  procedure DrawCenteredText(); virtual; abstract;

  

  procedure DrawHexagon(); virtual; abstract;

  

  procedure DrawRing(); virtual; abstract;

  

  property BackColor: TColor; [rw]

  

  property BarColor: TColor; [rw]

  

  property TextColor: TColor; [rw]

  

  property FontName: string; [rw]

  

  property FontSize: Integer; [rw]

  

  property FontStyle: TFontStyles; [rw]

  

  property Width: Double; [r]

  

  property Height: Double; [r]

  

end;

Inheritance

TBasicBarcodeDrawer

  

|

TObject



CT Web help

CodeTyphon Studio