home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 July
/
PCpro_2005_07.ISO
/
files
/
freeware
/
hardcopy
/
hcf.exe
/
basic
/
Basic_Image_004_Line.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
2003-11-26
|
274 b
|
13 lines
Image( 0 ).Resample( 400,400 )
Image(0).Color = _ColorLightYellow
Pen.Color = _ColorRed
Image(0).Line( 1,1, 100,100 )
Pen.Color = _ColorBlue
Image(0).Line( 100,100, 100,200 )
Pen.Color = _ColorGreen
Pen.Width = 5
Image(0).Line( 100,200, 1,1 )
Redraw()