BCGControlBar Library for .NET
MakeTransparentImage Method (OutlookBarPane)




The image to make transparent.

Sets the default transparent color as transparent for the specified bitmap.
Syntax
'Declaration
 
Public Sub MakeTransparentImage( _
   ByVal image As Bitmap _
) 
'Usage
 
Dim instance As OutlookBarPane
Dim image As Bitmap
 
instance.MakeTransparentImage(image)
public void MakeTransparentImage( 
   Bitmap image
)
public: void MakeTransparentImage( 
   Bitmap* image
) 
public:
void MakeTransparentImage( 
   Bitmap^ image
) 

Parameters

image

The image to make transparent.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutlookBarPane Class
OutlookBarPane Members

Send Feedback