TTMSFNCWXCustomMathEditor.CaptureScreenShot Method
Captures a screenshot of the rendered editor and reports the result through the supplied callback.
API unit family: TMSFNCWXMathEditor
Declaring type: TTMSFNCWXCustomMathEditor
Syntax
procedure CaptureScreenShot(ACompleteEvent: TTMSFNCWebBrowserCaptureScreenShotCompleteEvent = nil); override;
Parameters
| Name | Description |
|---|---|
ACompleteEvent |
Callback invoked when the capture completes. When nil, the default capture notification applies. |