Spread Windows Forms 17
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)
    public virtual void Print( 
       Graphics g,
       Rectangle rectangle,
       float zoom
    )

    Parameters

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