FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarMaxElement Class / Dopaint Method
Graphics
Clip rectangle


In This Topic
Dopaint Method (FpStatusBarMaxElement)
In This Topic
Paints the element to the graphics object using the rectangle.
Syntax
'Declaration
 
Public Overridable Sub Dopaint( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As FpStatusBarMaxElement
Dim g As Graphics
Dim r As Rectangle
 
instance.Dopaint(g, r)

Parameters

g
Graphics
r
Clip rectangle
See Also