Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
PictureTranspMode property 
 
Type
[Visual Basic] 
Public Property PictureTranspMode As Ctl3d.TranspModes 
 
[C#] 
public Ctl3d.TranspModes PictureTranspMode {get; set;} 
 
[C++] 
public: __property Ctl3d.TranspModes get_PictureTranspMode(); 
public: __property void set_PictureTranspMode(Ctl3d.TranspModes);
 
 
Remarks
The algorithm used to render pictures or animations in transparency. 
Supported values are the following: 
Enumerated value
Value
Meaning
TranspModes.UseDefinedColor
0 (default)
Uses the color defined inside the PictureTranspColor property as the picture transparent color.
TranspModes.UseLeftTopPixel
1
Uses the picture (or animation) Left Top pixel color as the picture transparent color.
 
In order to perform changes to Pictures and Animations settings at Design-time take a look to the How to display bitmaps and animations section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index