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

點陣圖的高度 (以像素為單位)。

適用於