CameraDeviceBase.WndProc(ref Message) Method
Processes Windows messages.
Namespace: DevExpress.Data.Camera
Assembly: DevExpress.Data.Desktop.v26.1.dll
Declaration
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