Skip to main content

CameraDeviceBase.TakeSnapshot() Method

Returns the video frame currently captured by the device.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.Desktop.v23.1.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design, DevExpress.Win.Dashboard.Design, DevExpress.Win.Design

Declaration

public Bitmap TakeSnapshot()

Returns

Type Description
Bitmap

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

See Also