VLViewPort Reference

Read/Write Property PictureLayer

See AlsoSee Also Applies To Applies To

Returns or sets the the layer designated for drawing background picture.

 

Syntax

object.PictureLayer[=value]

 

The PictureLayer property syntax has these parts:

Part Description
Object An object expression that evaluates to VLVPort
Value An integer specifying the layer to be used for drawing background picture, as described in Settings.

 

Settings

The settings for value are:

Constant Setting Description
vpVirtualView 0 (default) Background picture (if any) is drawn on the virtual viewport.

This implies that for stretch, tile or center layout of background picture, virtual extents of the viewport will be used for sizing the picture.

Note that the background picture will scroll as the viewport is scrolled.

vpView 1 Background picture (if any) is drawn on the visible viewport.

This implies that for stretch, tile or center layout of background picture, visible extents of the viewport will be used for sizing the picture.

Note that the background picture will not scroll as the viewport is scrolled.