TdxFilePreviewImageBasedHandler.DrawPreview(TcxCanvas,TRect) Method
In This Article
Draws the preview of the focused file on the specified canvas.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
ACanvas | Tcx |
A canvas. |
ABounds | TRect | The target area’s boundaries. |
#Remarks
You should override this procedure in a TdxFilePreviewImageBasedHandler class descendant to custom draw the focused file’s preview.
See Also