Share via


FaceModel.VertexCount Property

Gets the number of vertices in the face model.

Syntax

public:
static property uint32 VertexCount {
         uint32 get ();
}
public static uint VertexCount { get; }
var vertexCount = Microsoft.Kinect.Face.FaceModel.vertexCount;

Property value

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

Type: uint32
Type: uint
Type: Number

 

The number of vertices.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceModel Class
Microsoft.Kinect.Face Namespace