Screen.BitsPerPixel プロパティ

定義

1 ピクセルのデータに関連付けられているメモリのビット数を取得します。

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

プロパティ値

1 ピクセルのデータに関連付けられたメモリのビット数。

注釈

通常、画面のピクセルあたりのビット数は、ビットマップを操作する場合に便利です。 ビットマップの詳細については、「ビットマップ の種類」を参照してください。

適用対象