home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D1
/
TBIMAGE.ZIP
/
TBIMAGE.TXT
< prev
Wrap
Text File
|
1995-08-09
|
924b
|
28 lines
hello,
Here is a new typical TTBIMAGE, descendant of Timage.
Next properties have been added.
1) FRAME: Allows to draw a framework around the image.
2)FRAMEROUND: Allows to round angles of the framework.
3)FRAMESTYLE: Allows to choose the style of the framework.
4) FRAMEWIDHT: Allows to choose the width of the line
of the framework.
The procedure TBIMAGE.LOADPICTURE (name of picture :STRING);
ex: IMAGE1.LOADPICTURE('C:\WINDOWS\CLOWN.BMP');
Allows to load an image by using parameters following:
1) LOADPICTRATIO: Coefficient of size of the picture:
0,5 divides by 2 the size of the image.
2) LOADPICTX: position of the image x.
3) LOADPICTY: position of the image y.
Thierry Barrachina
(100655,2107)