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


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

Parameters

g
faceRect
overrideStyle
See Also