Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / Print Method / Print(Graphics,Rectangle) Method
Graphic interface device
Rectangular area to print


In This Topic
Print(Graphics,Rectangle) Method
In This Topic
Prints the specified area.
Syntax
'Declaration
 
Public Overloads Overridable Sub Print( _
   ByVal g As Graphics, _
   ByVal rectangle As Rectangle _
) 
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim g As Graphics
Dim rectangle As Rectangle
 
instance.Print(g, rectangle)

Parameters

g
Graphic interface device
rectangle
Rectangular area to print
See Also