Screen.BitsPerPixel 属性

定义

获取与数据的一个像素相关联的内存位数。

public:
 property int BitsPerPixel { int get(); };
public int BitsPerPixel { get; }
member this.BitsPerPixel : int
Public ReadOnly Property BitsPerPixel As Integer

属性值

与一个数据像素关联的内存位数。

注解

通常,使用位图时,屏幕的每像素位数非常有用。 有关位图的详细信息,请参阅 位图的类型

适用于