ComponentOne Menus and Toolbars for WinForms
DrawPageEventArgs Constructor

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > DrawPageEventArgs Class : DrawPageEventArgs Constructor
The Graphics object to draw on.
The page to draw.
The bounding rectangle of the page.
Flag indicating whether the user completed the drawing.
Initializes a new instance of the DrawPageEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal page As C1OutPage, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal done As System.Boolean _
)
public DrawPageEventArgs( 
   System.Drawing.Graphics graphics,
   C1OutPage page,
   System.Drawing.Rectangle bounds,
   System.bool done
)

Parameters

graphics
The Graphics object to draw on.
page
The page to draw.
bounds
The bounding rectangle of the page.
done
Flag indicating whether the user completed the drawing.
See Also

Reference

DrawPageEventArgs Class
DrawPageEventArgs Members