BCGControlBar Library for .NET
DrawContent(Graphics,Rectangle) Method




Syntax
'Declaration
 
Public Overloads Overrides Function DrawContent( _
   ByVal grph As Graphics, _
   ByVal bounds As Rectangle _
) As Size
'Usage
 
Dim instance As GroupCell
Dim grph As Graphics
Dim bounds As Rectangle
Dim value As Size
 
value = instance.DrawContent(grph, bounds)
public override Size DrawContent( 
   Graphics grph,
   Rectangle bounds
)
public: Size DrawContent( 
   Graphics* grph,
   Rectangle bounds
) override 
public:
Size DrawContent( 
   Graphics^ grph,
   Rectangle bounds
) override 

Parameters

grph
bounds
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

GroupCell Class
GroupCell Members
Overload List
Base Implementation in DrawContent(Graphics,Rectangle)

Send Feedback