Body.ClippedEdges Property

Gets the edges of the field of view that clip the body.

Syntax

public:
property FrameEdges ClippedEdges {
         FrameEdges get ();
}
public FrameEdges ClippedEdges { get; }
var clippedEdges = body.clippedEdges;

Property value

Type: FrameEdges
The edges of the field of view that clip the body.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace