BitmapSource.PixelHeight 속성

정의

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

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

속성 값

Int32

int

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

적용 대상