共用方式為


PerceptionVideoProfile.Height 屬性

定義

取得框架高度,以圖元為單位。

public:
 property int Height { int get(); };
int Height();
/// [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 Height();
public int Height { get; }
public int Height { [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.height;
Public ReadOnly Property Height As Integer

屬性值

Int32

int

框架高度,以圖元為單位。

屬性

適用於