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




Syntax
'Declaration
 
Public Overloads Overridable Sub Draw( _
   ByVal grph As Graphics, _
   ByVal rect As Rectangle, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ControlRenderer
Dim grph As Graphics
Dim rect As Rectangle
Dim index As Integer
 
instance.Draw(grph, rect, index)
public virtual void Draw( 
   Graphics grph,
   Rectangle rect,
   int index
)
public: virtual void Draw( 
   Graphics* grph,
   Rectangle rect,
   int index
) 
public:
virtual void Draw( 
   Graphics^ grph,
   Rectangle rect,
   int index
) 

Parameters

grph
rect
index
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
Overload List

Send Feedback