次の方法で共有


DepthMediaFrame.DepthFormat プロパティ

定義

DepthMediaFrame 内の深度データの形式を表す オブジェクトを取得します。

public:
 property DepthMediaFrameFormat ^ DepthFormat { DepthMediaFrameFormat ^ get(); };
DepthMediaFrameFormat DepthFormat();
public DepthMediaFrameFormat DepthFormat { get; }
var depthMediaFrameFormat = depthMediaFrame.depthFormat;
Public ReadOnly Property DepthFormat As DepthMediaFrameFormat

プロパティ値

DepthMediaFrame 内の深度データの形式を表す オブジェクト。

適用対象