다음을 통해 공유


IBitmapFrame.PixelWidth 속성

정의

프레임의 너비를 픽셀 단위로 반환합니다.

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

속성 값

UInt32

unsigned int

uint32_t

프레임의 너비(픽셀)입니다.

설명

이 속성은 EXIF 방향 플래그 값을 무시합니다.

적용 대상