Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / PrintChildren Method
Graphics object
Rectangle object
Scaling factor for zooming


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

Parameters

g
Graphics object
faceRect
Rectangle object
zoomF
Scaling factor for zooming
See Also