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




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

Parameters

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

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

Send Feedback