BCGControlBar Library for .NET
DrawFrame Method (ShadowRenderer)




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

Parameters

grph
rectInterior
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
Base Implementation in DrawFrame

Send Feedback