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




Syntax
'Declaration
 
Public Overloads Function Draw( _
   ByVal grph As Graphics, _
   ByVal index As Integer, _
   ByVal destRect As Rectangle, _
   ByVal rectPart As Rectangle _
) As Boolean
'Usage
 
Dim instance As ImageListEx
Dim grph As Graphics
Dim index As Integer
Dim destRect As Rectangle
Dim rectPart As Rectangle
Dim value As Boolean
 
value = instance.Draw(grph, index, destRect, rectPart)
public bool Draw( 
   Graphics grph,
   int index,
   Rectangle destRect,
   Rectangle rectPart
)
public: bool Draw( 
   Graphics* grph,
   int index,
   Rectangle destRect,
   Rectangle rectPart
) 
public:
bool Draw( 
   Graphics^ grph,
   int index,
   Rectangle destRect,
   Rectangle rectPart
) 

Parameters

grph
index
destRect
rectPart
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

ImageListEx Class
ImageListEx Members
Overload List

Send Feedback