BackPictureOffset Method

Introduction

 

BackPicture Method images/cons0001.png


 

Sets a bitmap picture as the background for the view.

 

Syntax

FlpGrf.BackPicture( FileName As String, Style As Integer, OffsetHorz As Integer, OffsetVert As Integer )

 

The BackPicture Method has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

FileName

Name and path <name.bmp> of file on disk.

 

OffsetHorz

Offset the picture horizontally inside the frame.

OffsetVert

Offset the picture vertically inside the frame.

Style

How the image will be displayed (see below).

 

Settings for Style

Constant

Value

Description

flpScaleToFit

0

Scale to fit.

flpActualSize

1

Native size.

flpTile

2

Tile image inside area.

 

Remarks

A bitmap file <name.bmp> can be set as the background image of the control.


 

See Also

BackPictureClear Method, BackPictureOffset Method



BackPictureOffset Method

 

 

Last modified on: Friday, October 19, 2001