LoadTextureBitmapFile

 

The LoadTextureBitmapFile method loads a bitmap file for texture mapping.

 

Syntax

object.LoadTextureBitmapFile( FileName )

 

Parameter

Type

Description

FileName

String

required; bitmap file name

 

Remarks

In order to see the prism map texture, the ColorMethod property must be set to mvPrismColorArea.

 

Example

This example loads a bitmap file to use as a texture for a prism map.

 

PrismMap.LoadTextureBitmapFile (mvApp.ApplicationFolder + _

"\ Samples\texture.tif")

PrismMap.TextureMethod = mvPrismTextureBitmap

 

Used by: PrismMap object