BCGControlBar Library for .NET
Draw(Graphics,Rectangle,Int32,Byte) Method




Syntax
'Declaration
 
Public Overloads Overrides Sub Draw( _
   ByVal grph As Graphics, _
   ByVal rect As Rectangle, _
   ByVal index As Integer, _
   ByVal alphaSrc As Byte _
) 
'Usage
 
Dim instance As ShadowRenderer
Dim grph As Graphics
Dim rect As Rectangle
Dim index As Integer
Dim alphaSrc As Byte
 
instance.Draw(grph, rect, index, alphaSrc)
public override void Draw( 
   Graphics grph,
   Rectangle rect,
   int index,
   byte alphaSrc
)
public: void Draw( 
   Graphics* grph,
   Rectangle rect,
   int index,
   byte alphaSrc
) override 
public:
void Draw( 
   Graphics^ grph,
   Rectangle rect,
   int index,
   byte alphaSrc
) override 

Parameters

grph
rect
index
alphaSrc
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
Base Implementation in Draw(Graphics,Rectangle,Int32,Byte)

Send Feedback