VideoFrame 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
VideoFrame(BitmapPixelFormat, Int32, Int32) |
Inicializa una nueva instancia de la clase VideoFrame . |
VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode) |
Inicializa una nueva instancia de la clase VideoFrame . |
VideoFrame(BitmapPixelFormat, Int32, Int32)
Inicializa una nueva instancia de la clase VideoFrame .
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)
Parámetros
- format
- BitmapPixelFormat
Formato de píxel del fotograma de vídeo.
- width
-
Int32
int
Ancho del marco de vídeo, en píxeles.
- height
-
Int32
int
Alto del fotograma de vídeo, en píxeles.
Consulte también
Se aplica a
VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)
Inicializa una nueva instancia de la clase VideoFrame .
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)
Parámetros
- format
- BitmapPixelFormat
Formato de píxel del fotograma de vídeo.
- width
-
Int32
int
Ancho del marco de vídeo, en píxeles.
- height
-
Int32
int
Alto del fotograma de vídeo, en píxeles.
- alpha
- BitmapAlphaMode
Modo alfa del fotograma de vídeo.