CameraDeviceBase.WndProc(ref Message) Method
Processes Windows messages.
Namespace: DevExpress.Data.Camera
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
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