Skip to main content
Version: Next

PICTURE PROPERTIES

PICTURE PROPERTIES ( picture ; width ; height {; hOffset {; vOffset {; mode}}} )

ParameterTypeDescription
picturePicture🡒Picture for which to get information
widthReal🡘Width of the picture expressed in pixels
heightReal🡘Height of the picture expressed in pixels
hOffsetLongint🡘Horizontal offset when displayed on background
vOffsetLongint🡘Vertical offset when displayed on background
modeLongint🡘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”).

See also

Picture size