SoftwareBitmap Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.