BitmapFrame.PixelHeight 属性

定义

帧的高度(以像素为单位)。

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

属性值

UInt32

unsigned int

uint32_t

帧的高度(以像素为单位)。

实现

注解

如果需要本机存储图像的像素尺寸,请使用 PixelHeight 属性。

适用于