Table of Contents

TTMSFNCWXCamera.OnSnapshot Event

Occurs when a snapshot has been captured, delivering the image as a bitmap.

API unit family: TMSFNCWXCamera Declaring type: TTMSFNCWXCamera Inherited from: TTMSFNCWXCustomCamera

Syntax

OnSnapshot: TTMSFNCWXCustomCameraSnapshotEvent;

Remarks

The bitmap passed to the handler is freed after the handler returns; copy it to retain the image.