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