IBitmapFrame.OrientedPixelHeight 속성

정의

EXIF 방향이 비트맵에 적용된 후 프레임의 높이를 픽셀 단위로 반환합니다.

public:
 property unsigned int OrientedPixelHeight { unsigned int get(); };
uint32_t OrientedPixelHeight();
public uint OrientedPixelHeight { get; }
var uInt32 = iBitmapFrame.orientedPixelHeight;
Public ReadOnly Property OrientedPixelHeight As UInteger

속성 값

UInt32

unsigned int

uint32_t

EXIF 방향이 적용된 후 프레임의 높이(픽셀)입니다.

적용 대상