Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer 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 Overrides Sub PrintElements( _
   ByVal g As Graphics, _
   ByVal faceRect As Rectangle, _
   ByVal zoom As Single _
) 
 
'Usage
 
Dim instance As SpreadShapesContainer
Dim g As Graphics
Dim faceRect As Rectangle
Dim zoom As Single
 
instance.PrintElements(g, faceRect, zoom)

Parameters

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