![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The NewMonitor class represents a new monitor to be created on the system. More...
#include <NewMonitor.h>
Public Member Functions | |
| NewMonitor () | |
| Default constructor. More... | |
| NewMonitor (VxSdk::VxNewMonitor *vxNewMonitor) | |
| Constructor. More... | |
Package Attributes | |
| VxSdk::VxNewMonitor * | _newMonitor |
Properties | |
| System::String^ | HostDeviceId [get, set] |
| Gets or sets the unique identifier of the monitor host device. More... | |
| Monitor::Layouts | Layout [get, set] |
| Gets or sets the cell grid layout of the monitor. More... | |
| System::String^ | Name [get, set] |
| Gets or sets the friendly name of the monitor. More... | |
| int | Number [get, set] |
| Gets or sets the unique number of the monitor. More... | |
The NewMonitor class represents a new monitor to be created on the system.
Definition at line 14 of file NewMonitor.h.
|
inline |
|
inline |
|
package |
Definition at line 73 of file NewMonitor.h.
|
getset |
Gets or sets the unique identifier of the monitor host device.
The unique host identifier.
Definition at line 36 of file NewMonitor.h.
|
getset |
Gets or sets the cell grid layout of the monitor.
The cell grid layout.
Definition at line 46 of file NewMonitor.h.
|
getset |
Gets or sets the friendly name of the monitor.
The friendly name.
Definition at line 56 of file NewMonitor.h.
|
getset |
Gets or sets the unique number of the monitor.
The monitor number.
Definition at line 66 of file NewMonitor.h.