[]
Initializes a new instance of the DrawPageEventArgs class.
public DrawPageEventArgs(Graphics graphics, C1OutPage page, Rectangle bounds, bool done)
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. |