Class TACTransparentImage (unit ACTransparentImage)

Inherits from

TGraphicControl

***************************************************************************** * TACTransparentImage *

Constructors


constructor Create(AOwner: TComponent);

Public declarations

***************************************************************************** * Create *



Functions

destructor Destroy;

***************************************************************************** * Destroy *

procedure paint;

***************************************************************************** * paint *

procedure SetBitMap(V : TBitMap);

Protected declarations

***************************************************************************** * SetBitMap *


procedure Set_FColore(C:TColor);

***************************************************************************** * Set_FColore *

procedure Set_F_Tras(V:Boolean);

***************************************************************************** * Set_F_Tras(V:Boolean); *

Properties

property BitMap : TBitMap


property Transparent : Boolean


property TransparentColor : TColor

Published declarations

Events

Variables

FBMP : TBitMap;


FColore : TColor;

Private declarations

Ftras : boolean;



Constructors


constructor Create(AOwner: TComponent);

Public declarations

***************************************************************************** * Create *


Functions


destructor Destroy;

***************************************************************************** * Destroy *


procedure paint;

***************************************************************************** * paint *


procedure SetBitMap(V : TBitMap);

Protected declarations

***************************************************************************** * SetBitMap *


procedure Set_FColore(C:TColor);

***************************************************************************** * Set_FColore *


procedure Set_F_Tras(V:Boolean);

***************************************************************************** * Set_F_Tras(V:Boolean); *


Properties


property BitMap : TBitMap


property Transparent : Boolean


property TransparentColor : TColor

Published declarations


Events


Variables


FBMP : TBitMap;


FColore : TColor;

Private declarations


Ftras : boolean;