FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarTextElement Class / Dopaint Method
Graphics device interface for painting
Rectangle that contains the element


In This Topic
Dopaint Method (FpStatusBarTextElement)
In This Topic
Paints the element.
Syntax
'Declaration
 
Public Overrides Sub Dopaint( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As FpStatusBarTextElement
Dim g As Graphics
Dim r As Rectangle
 
instance.Dopaint(g, r)

Parameters

g
Graphics device interface for painting
r
Rectangle that contains the element
See Also