Spread Windows Forms 12.0 Product Documentation
Dopaint Method (IFpStatusBarElement)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IFpStatusBarElement Interface : Dopaint Method
Graphics
Clip rectangle
Paints the element using the graphics object and the rectangle.
Syntax
'Declaration
 
Sub Dopaint( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
'Usage
 
Dim instance As IFpStatusBarElement
Dim g As Graphics
Dim r As Rectangle
 
instance.Dopaint(g, r)
void Dopaint( 
   Graphics g,
   Rectangle r
)

Parameters

g
Graphics
r
Clip rectangle
See Also

Reference

IFpStatusBarElement Interface
IFpStatusBarElement Members