TImgPaintEventArgs.Create Constructor
Creates a new Argument.
Syntax
Unit: FlexCel.Render
constructor TImgPaintEventArgs.Create(const aGraphics: TUIGraphics; const aPageBounds: TUIRectangle; const aCurrentPage: Integer; const aCurrentPageInSheet: Integer; const aTotalPages: Integer);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aGraphics |
TUIGraphics |
Gets the graphics used to paint. |
const |
aPageBounds |
TUIRectangle |
Gets the rectangle in which to paint. |
const |
aCurrentPage |
Integer |
The page we are printing. |
const |
aCurrentPageInSheet |
Integer |
The page we are printing, relative to the current sheet. |
const |
aTotalPages |
Integer |
The total number of pages we have available to export. |
See also