FrameEdges Enumeration

Identifies if the user's body is visible by indicating any portion of the user that is not in the camera's field of view.

Syntax

[FlagsAttribute]
public enum class FrameEdges
[FlagsAttribute]
public enum FrameEdges
var frameEdges = WindowsPreview.Kinect.FrameEdges.bottom;

Members

Member Value Description
Bottom The user's body extends below the camera's field of view.
Left The user's body extends to the left of the camera's field of view.
None None of the user's body is out of the camera's field of view, the user is fully visible.
Right The user's body extends to the right of the camera's field of view.
Top The user's body extends above the camera's field of view.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace