ProtoCamConnectEventArgsWidth Property |
Gets the configurated display width of the device.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int Width { get; }
Public ReadOnly Property Width As Integer
Get
public:
property int Width {
int get ();
}
member Width : int with get
Property Value
Type:
Int32
The width.
See Also