Visual Basic (Declaration) | |
---|---|
Public Property Transparent As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Transparent {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_Transparent(); public: __property void set_Transparent( bool value ); |
Return Value
true to use the transparent color, otherwise; false.For an example, refer to TransparentColor.
The TransparentColor of a RasterImage is used when the Transparent property value is set to true.
Note, transparent paint does not work with RasterPaintEngine.Gdi. For more information, refer to RasterPaintProperties.
For more information, refer to PNG Files and Transparency.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family