SoftwareBitmap Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SoftwareBitmap(BitmapPixelFormat, Int32, Int32) |
Initialise une nouvelle instance de la classe SoftwareBitmap. |
SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode) |
Initialise une nouvelle instance de la classe SoftwareBitmap. |
SoftwareBitmap(BitmapPixelFormat, Int32, Int32)
Initialise une nouvelle instance de la 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)
Paramètres
- format
- BitmapPixelFormat
Format de pixel de la nouvelle bitmap logicielle.
- width
-
Int32
int
Largeur de la nouvelle bitmap logicielle, en pixels.
- height
-
Int32
int
Hauteur de la nouvelle bitmap logicielle, en pixels.
Voir aussi
S’applique à
SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)
Initialise une nouvelle instance de la 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)
Paramètres
- format
- BitmapPixelFormat
Format de pixel de la nouvelle bitmap logicielle.
- width
-
Int32
int
Largeur de la nouvelle bitmap logicielle, en pixels.
- height
-
Int32
int
Hauteur de la nouvelle bitmap logicielle, en pixels.
- alpha
- BitmapAlphaMode
Mode alpha de la nouvelle bitmap logicielle.