home *** CD-ROM | disk | FTP | other *** search
- Image(0).Resample( 400,400 )
- Image(0).Color = _ColorWhite
-
- Image(0).DrawText(10, 20, 0,0, "Text " )
- Image(0).DrawText(10, 40, 0,0, "Text " + "and" + " Text " )
-
- Image(0).DrawText(10, 80, 0,0, "Text + Integer: " + 123 )
- Image(0).DrawText(10,100, 0,0, "Text + Float: " + 123.45 )
- Image(0).DrawText(10,120, 0,0, "Text + Variable: " + pi )
- Image(0).DrawText(10,140, 0,0, "Text + ReturnValue: " + InStr( "Hardcopy", "d" ) )
-
- Image(0).DrawText(10,180, 0,0, "Hardcopy-Time: :Time: " )
- Image(0).DrawText(10,200, 0,0, "Hardcopy-Number: :#: " )
- Image(0).DrawText(10,220, 0,0, "Hardcopy-Number: :#: " )
- Image(0).DrawText(10,240, 0,0, "Hardcopy-Title: :T: " )
- Image(0).DrawText(10,260,300,300,"Hardcopy-Text: \n:Z:" )
- Redraw()
-