Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / Print Method / Print(Graphics,Rectangle,Single) Method
Graphic interface device
Rectangular area to print
Numeric scaling factor


In This Topic
    Print(Graphics,Rectangle,Single) Method
    In This Topic
    Prints the specified area with the specified scaling.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Print( _
       ByVal g As Graphics, _
       ByVal rectangle As Rectangle, _
       ByVal zoomFactor As Single _
    ) 
    'Usage
     
    
    Dim instance As SpreadNotesContainer
    Dim g As Graphics
    Dim rectangle As Rectangle
    Dim zoomFactor As Single
     
    instance.Print(g, rectangle, zoomFactor)
    public virtual void Print( 
       Graphics g,
       Rectangle rectangle,
       float zoomFactor
    )

    Parameters

    g
    Graphic interface device
    rectangle
    Rectangular area to print
    zoomFactor
    Numeric scaling factor
    See Also