Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSContainer Class / PrintElements Method / PrintElements(Graphics,Rectangle,Single) Method
Graphics device interface
Rectangle that bounds the container
Scaling factor for zooming


In This Topic
PrintElements(Graphics,Rectangle,Single) Method
In This Topic
Prints the object container with zooming.
Syntax
'Declaration
 
Protected Overloads Overridable Sub PrintElements( _
   ByVal g As Graphics, _
   ByVal faceRect As Rectangle, _
   ByVal zoomFactor As Single _
) 
 
'Usage
 
Dim instance As PSContainer
Dim g As Graphics
Dim faceRect As Rectangle
Dim zoomFactor As Single
 
instance.PrintElements(g, faceRect, zoomFactor)

Parameters

g
Graphics device interface
faceRect
Rectangle that bounds the container
zoomFactor
Scaling factor for zooming
See Also