Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / Print Method / Print(Graphics,Rectangle) Method
Graphics device
Rectangle boundary of the elements to print


In This Topic
    Print(Graphics,Rectangle) 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 _
    ) 
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim g As Graphics
    Dim rectangle As Rectangle
     
    instance.Print(g, rectangle)
    public virtual void Print( 
       Graphics g,
       Rectangle rectangle
    )

    Parameters

    g
    Graphics device
    rectangle
    Rectangle boundary of the elements to print
    See Also