次の方法で共有


KnownPerceptionVideoProfileProperties.Width プロパティ

定義

フレーム幅を示す 32 ビット符号なし整数プロパティを取得するために使用される文字列キーをピクセル単位で取得します。

public:
 static property Platform::String ^ Width { Platform::String ^ get(); };
static winrt::hstring Width();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoProfileProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring Width();
public static string Width { get; }
public static string Width { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoProfileProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionVideoProfileProperties.width;
Public Shared ReadOnly Property Width As String

プロパティ値

String

Platform::String

winrt::hstring

フレームの幅 (ピクセル単位)。 このプロパティは UInt32 値です。

属性

適用対象