Class TAnimThread (unit AnimDialogMain)

Inherits from

TThread

Constructors



Functions

procedure Execute;

You can use BitBlt or CopyRect here - Your choice! Just uncomment one and comment the other AnimWindow.

procedure DrawAnimPic;


Properties

Events

Variables

b : TBitMap;



Constructors


Functions


procedure Execute;

You can use BitBlt or CopyRect here - Your choice! Just uncomment one and comment the other AnimWindow.Canvas.CopyRect(Bounds(0,0,AnimWindow.Width,32),b.Canvas,Bounds(0,0,AnimWindow.Width,32));


procedure DrawAnimPic;


Properties


Events


Variables


b : TBitMap;