PICTURE PROPERTIES
PICTURE PROPERTIES ( picture ; width ; height {; hOffset {; vOffset {; mode}}} )
Parameter | Type | Description | |
---|---|---|---|
picture | Picture | → | Picture for which to get information |
width | Real | ← | Width of the picture expressed in pixels |
height | Real | ← | Height of the picture expressed in pixels |
hOffset | Integer | ← | Horizontal offset when displayed on background |
vOffset | Integer | ← | Vertical offset when displayed on background |
mode | Integer | ← | Transfer mode when displayed on background |
Description
The PICTURE PROPERTIES command returns information about the picture you pass in picture.
The width and height parameters return the width and height of the picture.
The hOffset, vOffset, and mode parameters return the horizontal and vertical positions and the transfer mode of the picture when displayed on the background in a form (“On Background”).