SoftwareBitmap Costruttori

Definizione

Overload

SoftwareBitmap(BitmapPixelFormat, Int32, Int32)

Inizializza una nuova istanza della classe SoftwareBitmap .

SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Inizializza una nuova istanza della classe SoftwareBitmap .

SoftwareBitmap(BitmapPixelFormat, Int32, Int32)

Inizializza una nuova istanza della classe 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)

Parametri

format
BitmapPixelFormat

Formato pixel della nuova bitmap software.

width
Int32

int

Larghezza della nuova bitmap software, in pixel.

height
Int32

int

Altezza della nuova bitmap software, in pixel.

Vedi anche

Si applica a

SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Inizializza una nuova istanza della classe 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)

Parametri

format
BitmapPixelFormat

Formato pixel della nuova bitmap software.

width
Int32

int

Larghezza della nuova bitmap software, in pixel.

height
Int32

int

Altezza della nuova bitmap software, in pixel.

alpha
BitmapAlphaMode

Modalità alfa della nuova bitmap del software.

Vedi anche

Si applica a