BitmapSource.PixelHeight 屬性

定義

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

public:
 virtual property int PixelHeight { int get(); };
public virtual int PixelHeight { get; }
member this.PixelHeight : int
Public Overridable ReadOnly Property PixelHeight As Integer

屬性值

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

適用於