ImageEn, unit ieanimation |
|
TIEAnimation.PaintText
Declaration
procedure PaintText(posY: integer; dest: TIEBitmap);
Description
Paints the text (ie filename) at the specified row. You should call this method inside
Display method.
Parameter | Description |
posY | Vertical position where to draw the text |
dest | The destination bitmap |