Screen.BitsPerPixel 속성

정의

1픽셀의 데이터와 연결된 메모리의 비트 수를 가져옵니다.

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

속성 값

Int32

1픽셀의 데이터와 연결된 메모리 비트 수입니다.

설명

일반적으로 화면에 대 한 픽셀당 비트 수는 비트맵을 작업할 때 유용 합니다. 비트맵에 대 한 자세한 내용은 참조 하세요. 종류의 비트맵합니다.

적용 대상