VideoDriverInfoCurrentBitsPerPixel Property |
Win32_VideoController: Number of bits used to display each pixel.
Namespace:
Xcalibur.Models.Hardware.Video
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long CurrentBitsPerPixel { get; set; }
<DataMemberAttribute>
Public Property CurrentBitsPerPixel As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long CurrentBitsPerPixel {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract CurrentBitsPerPixel : int64 with get, set
[<DataMemberAttribute>]
override CurrentBitsPerPixel : int64 with get, set
Property Value
Type:
Int64
The current bits per pixel.
Implements
IVideoDriverInfoCurrentBitsPerPixelSee Also