Picture Property (AImage)

Returns or sets the Picture object displayed on the object.

Syntax

Object.Picture [ = Picture ]

The Picture property syntax has the following parts:

 

Name

Type

Description

Object

AImage

AImage object

Picture

APicture

A picture object. The default is no picture.

Example

The following statement changes the AImage's Picture to a given image file:

img1.Picture = LoadPicture ("c:\dirname\filename.bmp")

Applies to

AImage

See Also

APicture, APicture, Image, RenderMode