IVideoDriverInfoCurrentHorizontalResolution Property |
Win32_VideoController: Current number of horizontal pixels.
Namespace:
Xcalibur.Models.Hardware.Video
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long CurrentHorizontalResolution { get; set; }
Property CurrentHorizontalResolution As Long
Get
Set
property long long CurrentHorizontalResolution {
long long get ();
void set (long long value);
}
abstract CurrentHorizontalResolution : int64 with get, set
Property Value
Type:
Int64
The current horizontal resolution.
See Also