Back to Devexpress

CameraDeviceBase.TakeSnapshot() Method

corelibraries-devexpress-dot-data-dot-camera-dot-cameradevicebase-e4b7f0fc.md

latest1.4 KB
Original Source

CameraDeviceBase.TakeSnapshot() Method

Returns the video frame currently captured by the device.

Namespace : DevExpress.Data.Camera

Assembly : DevExpress.Data.Desktop.v25.2.dll

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

Declaration

csharp
public Bitmap TakeSnapshot()
vb
Public Function TakeSnapshot As Bitmap

Returns

TypeDescription
Bitmap

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

|

See Also

CurrentFrame

TakeSnapshot()

CameraDeviceBase Class

CameraDeviceBase Members

DevExpress.Data.Camera Namespace