次の方法で共有


CapturedFrame.Width プロパティ

定義

キャプチャされたフレームの幅を取得します。

public:
 property unsigned int Width { unsigned int get(); };
uint32_t Width();
public uint Width { get; }
var uInt32 = capturedFrame.width;
Public ReadOnly Property Width As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

キャプチャされたフレームの幅。

適用対象