Skip to main content
Version: 1.0.0

pictureProperties

pictureProperties* ( aPicture : picture , width : number , height : number , hOffset : integer , vOffset : integer , mode : integer )

ParameterTypeDescription
aPicturepicturePicture for which to get information
widthnumberWidth of the picture expressed in pixels
heightreakHeight of the picture expressed in pixels
hOffsetintegerHorizontal offset when displayed on background
vOffsetintegerVertical offset when displayed on background
modeintegerTransfer 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”).

See also

pictureSize