Table of Contents

TTMSFNCWXCustomCameraSnapshotEvent Event Type

Notifies that a snapshot has been captured and provides the resulting image as a bitmap.

API unit family: TMSFNCWXCamera

Parameters

Name Description
Sender The control that captured the snapshot.
ABitmap The decoded snapshot image. The bitmap is owned by the control and is freed after the handler returns, so copy it if it must persist.