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


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

Parameters

g
Graphics device interface
r
Rectangular area
See Also