Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / PaintChildren Method
Graphics object
Rectangle object


In This Topic
PaintChildren Method
In This Topic
Paints any children in the container.
Syntax
'Declaration
 
Protected Overridable Sub PaintChildren( _
   ByVal g As Graphics, _
   ByVal faceRect As Rectangle _
) 
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim g As Graphics
Dim faceRect As Rectangle
 
instance.PaintChildren(g, faceRect)

Parameters

g
Graphics object
faceRect
Rectangle object
See Also