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 中深度数据的格式。

适用于