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

CameraDeviceBase.WndProc(ref Message) Method

Processes Windows messages.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.v19.2.dll

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