다음을 통해 공유


BitmapData.Width 속성

정의

Bitmap 개체의 픽셀 너비를 가져오거나 설정합니다. 이 너비는 한 스캐닝선의 픽셀 개수로 간주될 수도 있습니다.

public:
 property int Width { int get(); void set(int value); };
public int Width { get; set; }
member this.Width : int with get, set
Public Property Width As Integer

속성 값

Bitmap 개체의 픽셀 너비입니다.

적용 대상