다음을 통해 공유


ImageProperties.Height 속성

정의

이미지의 높이를 가져옵니다.

public:
 property unsigned int Height { unsigned int get(); };
uint32_t Height();
public uint Height { get; }
var uInt32 = imageProperties.height;
Public ReadOnly Property Height As UInteger

속성 값

UInt32

unsigned int

uint32_t

이미지의 높이(픽셀)입니다.

적용 대상