BITMAP Mnemonic - Draw BITMAP in SYSPRINT Device (BBj)

BBj-Specific Information

For this topic's original documentation, see BITMAP Mnemonic - Draw BITMAP in SYSPRINT Device.

Syntax

'BITMAP'(x1,y1,x2,y2,filename$)

Description

The 'BITMAP' mnemonic draws an image in the bounding rectangle in the SYSPRINT device defined by x1, y1, x2, and y2. If the bitmap is smaller than the rectangle, it is stretched to the rectangle boundaries. If it is larger than the boundaries, it is reduced to the rectangle boundaries.

Parameter

Description

x1

Horizontal position of the upper-left corner of the bitmap, in inches.

y1

Vertical position of the upper-left corner of the bitmap, in inches.

x2

Horizontal position of the lower-right corner of the bitmap, in inches.

y2

Vertical position of the lower-right corner of the bitmap, in inches.

filename$

Path to an image file to be displayed in the bounding rectangle. The PREFIX and Data Servers are searched if filename$ does not contain a fixed path.

See Also

Mnemonics - Alphabetical Listing

Mnemonics - Group Listing