Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / Print Method / Print(Graphics,Rectangle,Single) Method
Graphics device
Rectangle boundary of the elements to print
Scaling factor for zooming


In This Topic
Print(Graphics,Rectangle,Single) Method
In This Topic
Prints the elements of the shapes in the container.
Syntax
'Declaration
 
Public Overloads Overridable Sub Print( _
   ByVal g As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal zoom As Single _
) 
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim g As Graphics
Dim rectangle As Rectangle
Dim zoom As Single
 
instance.Print(g, rectangle, zoom)

Parameters

g
Graphics device
rectangle
Rectangle boundary of the elements to print
zoom
Scaling factor for zooming
See Also