BitmapImage.DecodePixelHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要用於影像解碼作業的高度。
public:
property int DecodePixelHeight { int get(); void set(int value); };
int DecodePixelHeight();
void DecodePixelHeight(int value);
public int DecodePixelHeight { get; set; }
var int32 = bitmapImage.decodePixelHeight;
bitmapImage.decodePixelHeight = int32;
Public Property DecodePixelHeight As Integer
<BitmapImage DecodePixelHeight="int" />
屬性值
Int32
int
要用於影像解碼作業) 以圖元為單位的高度 (。