Partage via


VideoFrame Constructeurs

Définition

Surcharges

VideoFrame(BitmapPixelFormat, Int32, Int32)

Initialise une nouvelle instance de la classe VideoFrame.

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Initialise une nouvelle instance de la classe VideoFrame.

VideoFrame(BitmapPixelFormat, Int32, Int32)

Initialise une nouvelle instance de la classe 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)

Paramètres

format
BitmapPixelFormat

Format de pixel de l’image vidéo.

width
Int32

int

Largeur de l’image vidéo, en pixels.

height
Int32

int

Hauteur de l’image vidéo, en pixels.

Voir aussi

S’applique à

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Initialise une nouvelle instance de la classe 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)

Paramètres

format
BitmapPixelFormat

Format de pixel de l’image vidéo.

width
Int32

int

Largeur de l’image vidéo, en pixels.

height
Int32

int

Hauteur de l’image vidéo, en pixels.

alpha
BitmapAlphaMode

Mode alpha de l’image vidéo.

Voir aussi

S’applique à