The filename or HTTP URL of the picture file used as a mask to render the shape of the button.
Supported bitmap formats are BMP, GIF, or PNG.
Applies only when the Shape property is set to SHAPE_CUSTOM (Custom).
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.
The color of the picture's left top pixel is treated as transparent so every pixel containing this color will not be considered as part of the bitmap.
The example below shows how a black and white picture can be used as a mask for a button that will have the same shape of the white part of the picture.
NOTE 1: from Version 3 of the control the mask picture can have more than one region.
NOTE 2: from Version 7 of the control you can use also color pictures and not only black and white pictures: this is very useful for implementing custom 3D rendering of the control surface.
|