Skip to main content

CameraDeviceBase.WndProc(ref Message) Method

Processes Windows messages.

Namespace: DevExpress.Data.Camera

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

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

Declaration

public virtual void WndProc(
    ref Message m
)

Parameters

Name Type Description
m Message

The Windows Message to process.

Remarks

The WndProc method processes windows messages received by the ICameraDeviceClient object associated with the current video capture device.

See Also