PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1Page Class / Draw Method / Draw(Graphics,PageDrawParams) Method
The System.Drawing.Graphics to draw on.
The draw parameters.

In This Topic
    Draw(Graphics,PageDrawParams) Method
    In This Topic
    Draws the current page on a System.Drawing.Graphics.
    Syntax
    'Declaration
     
    Public Overloads Sub Draw( _
       ByVal graphics As Graphics, _
       ByVal pdp As PageDrawParams _
    ) 
    public void Draw( 
       Graphics graphics,
       PageDrawParams pdp
    )

    Parameters

    graphics
    The System.Drawing.Graphics to draw on.
    pdp
    The draw parameters.
    See Also