BCGControlBar Library for .NET
Create(Int32,Color,Int32,Int32,Boolean) Method




Syntax
'Declaration
 
Public Overloads Overridable Function Create( _
   ByVal nDepth As Integer, _
   ByVal clrBase As Color, _
   ByVal iMinBrightness As Integer, _
   ByVal iMaxBrightness As Integer, _
   ByVal bCanMirror As Boolean _
) As Boolean
'Usage
 
Dim instance As ShadowRenderer
Dim nDepth As Integer
Dim clrBase As Color
Dim iMinBrightness As Integer
Dim iMaxBrightness As Integer
Dim bCanMirror As Boolean
Dim value As Boolean
 
value = instance.Create(nDepth, clrBase, iMinBrightness, iMaxBrightness, bCanMirror)
public virtual bool Create( 
   int nDepth,
   Color clrBase,
   int iMinBrightness,
   int iMaxBrightness,
   bool bCanMirror
)
public: virtual bool Create( 
   int nDepth,
   Color clrBase,
   int iMinBrightness,
   int iMaxBrightness,
   bool bCanMirror
) 
public:
virtual bool Create( 
   int nDepth,
   Color clrBase,
   int iMinBrightness,
   int iMaxBrightness,
   bool bCanMirror
) 

Parameters

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

ShadowRenderer Class
ShadowRenderer Members
Overload List

Send Feedback