Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / PrintElements Method / PrintElements(Graphics,Rectangle,Single) Method
Graphics device interface
Rectangle that bounds the container
Scaling factor for zooming


In This Topic
    PrintElements(Graphics,Rectangle,Single) Method
    In This Topic
    Prints the object container with zooming.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub PrintElements( _
       ByVal g As Graphics, _
       ByVal faceRect As Rectangle, _
       ByVal zoomFactor As Single _
    ) 
    'Usage
     
    
    Dim instance As SpreadNotesContainer
    Dim g As Graphics
    Dim faceRect As Rectangle
    Dim zoomFactor As Single
     
    instance.PrintElements(g, faceRect, zoomFactor)
    protected virtual void PrintElements( 
       Graphics g,
       Rectangle faceRect,
       float zoomFactor
    )

    Parameters

    g
    Graphics device interface
    faceRect
    Rectangle that bounds the container
    zoomFactor
    Scaling factor for zooming
    See Also