Visual C#

In order to use the COM objects in your C# application add WCaptureX and WMonitorX libraries to the list of the project references.

Optionally, you may add at the beginning of the file:

using WMonitorXLib;

in order to reference the objects without specifying the namespace.

The actual creation is:

IWCaptureX capture = new WCaptureXClass()
Comments