Copyright © 1998-2015 MultiMedia Soft

Texture.Filepath property

Previous pageReturn to chapter overviewNext page

Type

LPCTSTR for Visual C++

String for Visual Basic

 

 

Syntax

object.Texture.Filepath [=String]

 

 

Remarks

The filename or HTTP URL of the picture file containing the texture that will be applied to the button surface.

Supported bitmap files are BMP, JPG and PNG.

If the filename is an HTTP URL you can use the proprietary compressed format AMZ.

If you need to download the file from an FTP URL you can use the SetPictureFromNet method.

Here is a sample of a button with texture applied.

3dabm_i000072

 

 

Notes

When pictures or animations are set at design-time, you do not need to distribute the pictures or animations with your application. This is because they will be included in your program at compile-time. Redistribution of images is only necessary when the images on the button will be changing at run-time.

In order to keep the final EXE program size smaller, avoid using bitmaps larger than the dimensions of the button: if the texture is smaller than the button dimension, it will be tiled in order to cover the whole button surface.

The texture application does not take account of the current button colors: if you want to mix the texture with another color take a look to the Texture.ColorToMix property.

 

 

See also

Texture object.

TextureSurface property.

How to apply a texture to the button surface section.