Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ZoomStatusBarElement Class / Dopaint Method
Graphics
Clip rectangle


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

Parameters

g
Graphics
r
Clip rectangle
See Also