SoftwareBitmap コンストラクター

定義

オーバーロード

SoftwareBitmap(BitmapPixelFormat, Int32, Int32)

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

SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

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

SoftwareBitmap(BitmapPixelFormat, Int32, Int32)

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

public:
 SoftwareBitmap(BitmapPixelFormat format, int width, int height);
 SoftwareBitmap(BitmapPixelFormat const& format, int const& width, int const& height);
public SoftwareBitmap(BitmapPixelFormat format, int width, int height);
function SoftwareBitmap(format, width, height)
Public Sub New (format As BitmapPixelFormat, width As Integer, height As Integer)

パラメーター

format
BitmapPixelFormat

新しいソフトウェア ビットマップのピクセル形式。

width
Int32

int

新しいソフトウェア ビットマップの幅 (ピクセル単位)。

height
Int32

int

新しいソフトウェア ビットマップの高さ (ピクセル単位)。

こちらもご覧ください

適用対象

SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

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

public:
 SoftwareBitmap(BitmapPixelFormat format, int width, int height, BitmapAlphaMode alpha);
 SoftwareBitmap(BitmapPixelFormat const& format, int const& width, int const& height, BitmapAlphaMode const& alpha);
public SoftwareBitmap(BitmapPixelFormat format, int width, int height, BitmapAlphaMode alpha);
function SoftwareBitmap(format, width, height, alpha)
Public Sub New (format As BitmapPixelFormat, width As Integer, height As Integer, alpha As BitmapAlphaMode)

パラメーター

format
BitmapPixelFormat

新しいソフトウェア ビットマップのピクセル形式。

width
Int32

int

新しいソフトウェア ビットマップの幅 (ピクセル単位)。

height
Int32

int

新しいソフトウェア ビットマップの高さ (ピクセル単位)。

alpha
BitmapAlphaMode

新しいソフトウェア ビットマップのアルファ モード。

こちらもご覧ください

適用対象