BitmapImage.DecodePixelWidth プロパティ

定義

イメージのデコード操作に使用する幅を取得または設定します。

public:
 property int DecodePixelWidth { int get(); void set(int value); };
int DecodePixelWidth();

void DecodePixelWidth(int value);
public int DecodePixelWidth { get; set; }
var int32 = bitmapImage.decodePixelWidth;
bitmapImage.decodePixelWidth = int32;
Public Property DecodePixelWidth As Integer
<BitmapImage DecodePixelWidth="int" />

プロパティ値

Int32

int

画像のデコード操作に使用する幅 (ピクセル単位)。

適用対象