SoftwareBitmap Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SoftwareBitmap(BitmapPixelFormat, Int32, Int32) |
Initialisiert eine neue instance der SoftwareBitmap-Klasse. |
SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode) |
Initialisiert eine neue instance der SoftwareBitmap-Klasse. |
SoftwareBitmap(BitmapPixelFormat, Int32, Int32)
Initialisiert eine neue instance der SoftwareBitmap-Klasse.
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)
Parameter
- format
- BitmapPixelFormat
Das Pixelformat der neuen Software-Bitmap.
- width
-
Int32
int
Die Breite der neuen Software-Bitmap in Pixel.
- height
-
Int32
int
Die Höhe der neuen Software-Bitmap in Pixel.
Weitere Informationen
Gilt für:
SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)
Initialisiert eine neue instance der SoftwareBitmap-Klasse.
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)
Parameter
- format
- BitmapPixelFormat
Das Pixelformat der neuen Software-Bitmap.
- width
-
Int32
int
Die Breite der neuen Software-Bitmap in Pixel.
- height
-
Int32
int
Die Höhe der neuen Software-Bitmap in Pixel.
- alpha
- BitmapAlphaMode
Der Alphamodus der neuen Software-Bitmap.