WriteableBitmap(Int32, Int32) コンストラクター

定義

WriteableBitmap クラスの新しいインスタンスを初期化します。

public:
 WriteableBitmap(int pixelWidth, int pixelHeight);
 WriteableBitmap(int const& pixelWidth, int const& pixelHeight);
public WriteableBitmap(int pixelWidth, int pixelHeight);
function WriteableBitmap(pixelWidth, pixelHeight)
Public Sub New (pixelWidth As Integer, pixelHeight As Integer)

パラメーター

pixelWidth
Int32

int

ビットマップの幅 (ピクセル単位)。

pixelHeight
Int32

int

ビットマップの高さ (ピクセル単位)。

適用対象