Skip to main content

CameraDevice.CurrentFrame Property

Gets the frame currently captured by the device.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v24.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