Share via


CursorModel.CurrentForegroundFrame Property

Gets the current frame of the foreground sprite animation.

Syntax

public:
property int32 CurrentForegroundFrame {
         int32 get ();
}
public int CurrentForegroundFrame { get; }
var currentForegroundFrame = cursorModel.currentForegroundFrame;

Property value

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

Type: int32
Type: int
Type: Number

 

The current frame of the foreground sprite animation.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace