Bagikan melalui


VideoFrame Konstruktor

Definisi

Overload

VideoFrame(BitmapPixelFormat, Int32, Int32)

Menginisialisasi instans baru kelas VideoFrame .

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Menginisialisasi instans baru kelas VideoFrame .

VideoFrame(BitmapPixelFormat, Int32, Int32)

Menginisialisasi instans baru kelas 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)

Parameter

format
BitmapPixelFormat

Format piksel bingkai video.

width
Int32

int

Lebar bingkai video, dalam piksel.

height
Int32

int

Tinggi bingkai video, dalam piksel.

Lihat juga

Berlaku untuk

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Menginisialisasi instans baru kelas 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)

Parameter

format
BitmapPixelFormat

Format piksel bingkai video.

width
Int32

int

Lebar bingkai video, dalam piksel.

height
Int32

int

Tinggi bingkai video, dalam piksel.

alpha
BitmapAlphaMode

Mode alfa bingkai video.

Lihat juga

Berlaku untuk