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

要用於影像解碼作業的圖元) 寬度 (。

適用於