BCGControlBar Library for .NET
DrawFrame Method (ControlRenderer)




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

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

ControlRenderer Class
ControlRenderer Members

Send Feedback