VideoFrame コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
ビデオ フレームのアルファ モード。