BitmapSizeOptions.FromHeight(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 設定為零。