pictureProperties
pictureProperties ( aPicture : picture , width : number , height : number , hOffset : integer , vOffset : integer , mode : integer )
Parameter | Type | Description | |
---|---|---|---|
aPicture | picture | -> | Picture for which to get information |
width | number | <- | Width of the picture expressed in pixels |
height | reak | <- | 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 pictureProperties
command returns information about the picture you pass in aPicture.
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”).