Skip to main content

CameraControl.TakeSnapshot() Method

Returns the video frame currently captured by the device being used.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Bitmap TakeSnapshot()

Returns

Type Description
Bitmap

A Bitmap object that is the video frame currently captured by the device being used.

Remarks

Call the TakeSnapshot method to take a snapshot from the currently processed video. The returned Bitmap object uses the 32 bits per pixel format to store color data.

See Also