Skip to main content

pictureProperties

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

ParameterTypeDescription
aPicturepicture->Picture for which to get information
widthnumber<-Width of the picture expressed in pixels
heightreak<-Height of the picture expressed in pixels
hOffsetinteger<-Horizontal offset when displayed on background
vOffsetinteger<-Vertical offset when displayed on background
modeinteger<-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”).

See also

pictureSize