BitmapSource.PixelHeight 属性

定义

获取位图的高度(以像素为单位)。

public:
 property int PixelHeight { int get(); };
int PixelHeight();
public int PixelHeight { get; }
var int32 = bitmapSource.pixelHeight;
Public ReadOnly Property PixelHeight As Integer

属性值

Int32

int

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

适用于