Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBarElement Interface / Dopaint Method
Graphics
Clip rectangle


In This Topic
Dopaint Method (IFpStatusBarElement)
In This Topic
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)

Parameters

g
Graphics
r
Clip rectangle
See Also