FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / PaintBackgroundImage Method
Graphics device
Rectangle bounding the area


In This Topic
PaintBackgroundImage Method (ElementWithButtons)
In This Topic
Paints background image.
Syntax
'Declaration
 
Protected Overridable Sub PaintBackgroundImage( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As ElementWithButtons
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintBackgroundImage(g, r)

Parameters

g
Graphics device
r
Rectangle bounding the area
See Also