BITLOAD

Synopsis
BITLOAD filename
Description

Loads the bitmap specified by the filename input. The filename input must be a word that is the name of valid bitmap file.

If the picture's width is less than or equal to half the width of the drawing surface and the picture's height is less than or equal to half the height of the drawing surface, then it is copied to the drawing surface such that its lower left corner is at the turtle's current position. Otherwise, the picture is positioned in the upper left corner of the drawing surface. The picture is always pasted right-side-up with the bottom running horizontally and the sides running vertically, regardless of the turtle's orientation.

BITLOAD is equivalent to selecting the Bitmap - Load menu option.

Example
BITLOAD "c:\\windows\\forest.bmp
See Also
BITSAVE

SourceForge.net Logo