Skip to main content
A newer version of this page is available. .

CameraDevice.CurrentFrame Property

Gets the frame currently captured by the device.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public Bitmap CurrentFrame { get; }

Property Value

Type Description
Bitmap

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

See Also