Good day,
This is an addition to feature request no. 1895
Would it be possible to expose TTMSFNCSignatureCapturePoints in TTMSFNCCustomSignatureCapture
I would like to use the pionts in the signature.
Like below example:
located in: unit FMX.TMSFNCSignatureCapture;
TTMSFNCCustomSignatureCapture = class(TTMSFNCCustomControl)
private
...................................
public
property SignaturePoints : TTMSFNCSignatureCapturePoints read FSignaturePoints;
.......................
end;