BCGControlBar Library for .NET
CreateShadowImage Method




The bitmap to create as a shadow.
The color of the shadow.
Called by the framework to create a shadow bitmap.
Syntax
'Declaration
 
Public Shared Function CreateShadowImage( _
   ByVal srcBitmap As Bitmap, _
   ByVal clrBarShadow As Color _
) As Bitmap
'Usage
 
Dim srcBitmap As Bitmap
Dim clrBarShadow As Color
Dim value As Bitmap
 
value = DrawManager.CreateShadowImage(srcBitmap, clrBarShadow)
public static Bitmap CreateShadowImage( 
   Bitmap srcBitmap,
   Color clrBarShadow
)
public: static Bitmap* CreateShadowImage( 
   Bitmap* srcBitmap,
   Color clrBarShadow
) 
public:
static Bitmap^ CreateShadowImage( 
   Bitmap^ srcBitmap,
   Color clrBarShadow
) 

Parameters

srcBitmap
The bitmap to create as a shadow.
clrBarShadow
The color of the shadow.
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

DrawManager Class
DrawManager Members

Send Feedback