BCGControlBar Library for .NET
OnDrawImage Method




Syntax
'Declaration
 
Protected Overridable Sub OnDrawImage( _
   ByVal grph As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal image As Bitmap _
) 
'Usage
 
Dim instance As ToolTipEx
Dim grph As Graphics
Dim bounds As Rectangle
Dim image As Bitmap
 
instance.OnDrawImage(grph, bounds, image)
protected virtual void OnDrawImage( 
   Graphics grph,
   Rectangle bounds,
   Bitmap image
)
protected: virtual void OnDrawImage( 
   Graphics* grph,
   Rectangle bounds,
   Bitmap* image
) 
protected:
virtual void OnDrawImage( 
   Graphics^ grph,
   Rectangle bounds,
   Bitmap^ image
) 

Parameters

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

ToolTipEx Class
ToolTipEx Members

Send Feedback