Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
PictureTranspMode property 
 
Type
long for Visual C++ 
enumPictTranspModes for Visual Basic
 
 
Syntax
object.PictureTranspMode [=enumPictTranspModes]
 
 
Remarks
The algorithm used to render pictures or animations in transparency. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
TRANSPMODE_USECOLOR
0
Uses the color defined inside the PictureTranspColor property as the picture transparent color.
TRANSPMODE_USELEFTTOP_PIXEL
1 (default)
Uses the picture (or animation) Left Top pixel color as the picture transparent color.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index