Screen.BitsPerPixel 屬性

定義

取得與一個資料像素相關的位元數記憶體。

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

屬性值

與一個資料像素相關的記憶體位元數。

備註

通常,螢幕每像素的位元數在處理點陣圖時非常有用。 欲了解更多點陣圖相關資訊,請參閱 點陣類型

適用於