VideoFrame 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
VideoFrame(BitmapPixelFormat, Int32, Int32) |
Initialisiert eine neue instance der VideoFrame-Klasse. |
VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode) |
Initialisiert eine neue instance der VideoFrame-Klasse. |
VideoFrame(BitmapPixelFormat, Int32, Int32)
Initialisiert eine neue instance der VideoFrame-Klasse.
public:
VideoFrame(BitmapPixelFormat format, int width, int height);
VideoFrame(BitmapPixelFormat const& format, int const& width, int const& height);
public VideoFrame(BitmapPixelFormat format, int width, int height);
function VideoFrame(format, width, height)
Public Sub New (format As BitmapPixelFormat, width As Integer, height As Integer)
Parameter
- format
- BitmapPixelFormat
Das Pixelformat des Videoframes.
- width
-
Int32
int
Die Breite des Videoframes in Pixel.
- height
-
Int32
int
Die Höhe des Videoframes in Pixel.
Weitere Informationen
Gilt für:
VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)
Initialisiert eine neue instance der VideoFrame-Klasse.
public:
VideoFrame(BitmapPixelFormat format, int width, int height, BitmapAlphaMode alpha);
VideoFrame(BitmapPixelFormat const& format, int const& width, int const& height, BitmapAlphaMode const& alpha);
public VideoFrame(BitmapPixelFormat format, int width, int height, BitmapAlphaMode alpha);
function VideoFrame(format, width, height, alpha)
Public Sub New (format As BitmapPixelFormat, width As Integer, height As Integer, alpha As BitmapAlphaMode)
Parameter
- format
- BitmapPixelFormat
Das Pixelformat des Videoframes.
- width
-
Int32
int
Die Breite des Videoframes in Pixel.
- height
-
Int32
int
Die Höhe des Videoframes in Pixel.
- alpha
- BitmapAlphaMode
Der Alphamodus des Videoframes.