Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / PaintBackColor Method
Graphics device interface
Rectangular area


In This Topic
PaintBackColor Method (SuperEditBase)
In This Topic
Paints the background color.
Syntax
'Declaration
 
Protected Overrides Sub PaintBackColor( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As SuperEditBase
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintBackColor(g, r)

Parameters

g
Graphics device interface
r
Rectangular area
See Also