Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / OnPaintBackground Method / OnPaintBackground(Graphics,Rectangle) Method


In This Topic
OnPaintBackground(Graphics,Rectangle) Method
In This Topic
Internal use only.
Syntax
'Declaration
 
Overloads Sub OnPaintBackground( _
   ByVal g As Graphics, _
   ByVal faceRect As Rectangle _
) 
 
'Usage
 
Dim instance As IElement
Dim g As Graphics
Dim faceRect As Rectangle
 
instance.OnPaintBackground(g, faceRect)

Parameters

g
faceRect
See Also