TTMSFNCHTMLText.Draw Method
Draws the control content in the specified graphics context.
API unit family: TMSFNCHTMLText
Declaring type: TTMSFNCHTMLText
Syntax
procedure Draw(AGraphics: TTMSFNCGraphics; ARect: TRectF); override;
Parameters
| Name | Description |
|---|---|
AGraphics |
Graphics context used to render the control. |
ARect |
Target rectangle supplied by the control painting pipeline. |