다음을 통해 공유


BitmapDecoder.PixelHeight 속성

정의

첫 번째 프레임의 높이(픽셀)입니다.

public:
 property unsigned int PixelHeight { unsigned int get(); };
uint32_t PixelHeight();
public uint PixelHeight { get; }
var uInt32 = bitmapDecoder.pixelHeight;
Public ReadOnly Property PixelHeight As UInteger

속성 값

UInt32

unsigned int

uint32_t

첫 번째 프레임의 높이(픽셀)입니다.

구현

설명

이미지의 픽셀 크기는 기본적으로 저장되므로 PixelHeight를 사용합니다.

적용 대상