Share via


VideoFrame コンストラクター

定義

オーバーロード

VideoFrame(BitmapPixelFormat, Int32, Int32)

VideoFrame クラスの新しいインスタンスを初期化します。

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

VideoFrame クラスの新しいインスタンスを初期化します。

VideoFrame(BitmapPixelFormat, Int32, Int32)

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)

パラメーター

format
BitmapPixelFormat

ビデオ フレームのピクセル形式。

width
Int32

int

ビデオ フレームの幅 (ピクセル単位)。

height
Int32

int

ビデオ フレームの高さ (ピクセル単位)。

こちらもご覧ください

適用対象

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

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)

パラメーター

format
BitmapPixelFormat

ビデオ フレームのピクセル形式。

width
Int32

int

ビデオ フレームの幅 (ピクセル単位)。

height
Int32

int

ビデオ フレームの高さ (ピクセル単位)。

alpha
BitmapAlphaMode

ビデオ フレームのアルファ モード。

こちらもご覧ください

適用対象