Share via


FaceFrameResult.FacePointsInInfraredSpace Property

Gets the face points in infrared space.

Syntax

public:
property IMapView<FacePointType, Point, >^ FacePointsInInfraredSpace {
         IMapView<FacePointType, Point, >^ get ();
}
public IReadOnlyDictionary<FacePointType, Point, >FacePointsInInfraredSpace { get; }
var facePointsInInfraredSpace = faceFrameResult.facePointsInInfraredSpace;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: IMapView<FacePointType, Point, >
Type: IReadOnlyDictionary<FacePointType, Point, >
Type: IMapView<FacePointType, Point, >

 

The face points in infrared space.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

FaceFrameResult Class
Microsoft.Kinect.Face Namespace