[]
        
(Showing Draft Content)

C1.Win.C1Command.DrawPageEventArgs.-ctor

DrawPageEventArgs Constructor

DrawPageEventArgs(Graphics, C1OutPage, Rectangle, bool)

Initializes a new instance of the DrawPageEventArgs class.

Declaration
public DrawPageEventArgs(Graphics graphics, C1OutPage page, Rectangle bounds, bool done)
Parameters
Type Name Description
Graphics graphics

The Graphics object to draw on.

C1OutPage page

The page to draw.

Rectangle bounds

The bounding rectangle of the page.

bool done

Flag indicating whether the user completed the drawing.