Table of Contents

TTMSFNCGraphicsPrintIO.OnAfterDrawContent Event

Fires after the content area of each page has been drawn; use for post-draw decoration.

API unit family: TMSFNCPrintIO Declaring type: TTMSFNCGraphicsPrintIO Inherited from: TTMSFNCCustomPrintIO

Syntax

OnAfterDrawContent: TTMSFNCPrintIOAfterDrawContentEvent;

Parameters

Name Description
Sender The print IO component that raised the event.
AExportObject The object whose content was drawn.
APageIndex Zero-based index of the page that was drawn.
ARect Rectangle of the content area on the page.
AGraphics Canvas used for the content drawing.