SoftwareBitmap Constructores

Definición

Sobrecargas

SoftwareBitmap(BitmapPixelFormat, Int32, Int32)

Inicializa una nueva instancia de la clase SoftwareBitmap .

SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Inicializa una nueva instancia de la clase SoftwareBitmap .

SoftwareBitmap(BitmapPixelFormat, Int32, Int32)

Inicializa una nueva instancia de la clase 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)

Parámetros

format
BitmapPixelFormat

Formato de píxel del nuevo mapa de bits de software.

width
Int32

int

Ancho del nuevo mapa de bits de software, en píxeles.

height
Int32

int

Alto del nuevo mapa de bits de software, en píxeles.

Consulte también

Se aplica a

SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Inicializa una nueva instancia de la clase 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)

Parámetros

format
BitmapPixelFormat

Formato de píxel del nuevo mapa de bits de software.

width
Int32

int

Ancho del nuevo mapa de bits de software, en píxeles.

height
Int32

int

Alto del nuevo mapa de bits de software, en píxeles.

alpha
BitmapAlphaMode

Modo alfa del nuevo mapa de bits de software.

Consulte también

Se aplica a