共用方式為


BitmapSizeOptions.FromHeight(Int32) 方法

定義

初始化 BitmapSizeOptions 的執行個體,這個執行個體會保留來源點陣圖的長寬比,並指定初始 PixelHeight

public:
 static System::Windows::Media::Imaging::BitmapSizeOptions ^ FromHeight(int pixelHeight);
public static System.Windows.Media.Imaging.BitmapSizeOptions FromHeight (int pixelHeight);
static member FromHeight : int -> System.Windows.Media.Imaging.BitmapSizeOptions
Public Shared Function FromHeight (pixelHeight As Integer) As BitmapSizeOptions

參數

pixelHeight
Int32

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

傳回

BitmapSizeOptions 的執行個體。

例外狀況

pixelHeight 小於零時發生。

備註

BitmapSizeOptions 回的 會將其 Rotation 屬性設定為 Rotate0 、其 PreservesAspectRatio 設定為 true 、其 PixelHeight 設定為 的值 pixelHeight ,並將其 PixelWidth 設定為零。

適用於