TTMSFNCGraphicsPrintIO.OnGetExportRect Event
Fires to supply a custom content rectangle for the export object on the current page.
API unit family: TMSFNCPrintIO
Declaring type: TTMSFNCGraphicsPrintIO
Inherited from: TTMSFNCCustomPrintIO
Syntax
OnGetExportRect: TTMSFNCPrintIOExportRectEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The print IO component that raised the event. |
AGraphics |
Canvas used for the current page. |
AExportObject |
The object whose content rectangle may be overridden. |
ARect |
Modify this to supply a custom content bounding rectangle. |