BCGControlBar Library for .NET
PrepareShadowMask Method




Syntax
'Declaration
 
Public Shared Function PrepareShadowMask( _
   ByVal nDepth As Integer, _
   ByVal clrBase As Color, _
   ByVal iMinBrightness As Integer, _
   ByVal iMaxBrightness As Integer _
) As Bitmap
'Usage
 
Dim nDepth As Integer
Dim clrBase As Color
Dim iMinBrightness As Integer
Dim iMaxBrightness As Integer
Dim value As Bitmap
 
value = DrawManager.PrepareShadowMask(nDepth, clrBase, iMinBrightness, iMaxBrightness)
public static Bitmap PrepareShadowMask( 
   int nDepth,
   Color clrBase,
   int iMinBrightness,
   int iMaxBrightness
)
public: static Bitmap* PrepareShadowMask( 
   int nDepth,
   Color clrBase,
   int iMinBrightness,
   int iMaxBrightness
) 
public:
static Bitmap^ PrepareShadowMask( 
   int nDepth,
   Color clrBase,
   int iMinBrightness,
   int iMaxBrightness
) 

Parameters

nDepth
clrBase
iMinBrightness
iMaxBrightness
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