次の方法で共有


PerceptionVideoProfile.Width プロパティ

定義

フレームの幅をピクセル単位で取得します。

public:
 property int Width { int get(); };
int Width();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
int Width();
public int Width { get; }
public int Width { [Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var int32 = perceptionVideoProfile.width;
Public ReadOnly Property Width As Integer

プロパティ値

Int32

int

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

属性

適用対象