BitmapSource.PixelWidth 속성

정의

비트맵의 너비를 픽셀 단위로 가져옵니다.

public:
 property int PixelWidth { int get(); };
int PixelWidth();
public int PixelWidth { get; }
var int32 = bitmapSource.pixelWidth;
Public ReadOnly Property PixelWidth As Integer

속성 값

Int32

int

비트맵의 너비(픽셀 단위)입니다.

적용 대상