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


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

Parameters

g
faceRect
See Also