Screen.BitsPerPixel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property int BitsPerPixel { int get(); };
public int BitsPerPixel { get; }
member this.BitsPerPixel : int
Public ReadOnly Property BitsPerPixel As Integer
属性值
与一个数据像素关联的内存位数。
注解
通常,使用位图时,屏幕的每像素位数非常有用。 有关位图的详细信息,请参阅 位图的类型。
适用于