Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the index within the sprite sheet of the current background sprite frame.
Syntax
public:
property int32 SpriteSheetBackgroundIndex {
int32 get ();
}
public int SpriteSheetBackgroundIndex { get; }
var spriteSheetBackgroundIndex = cursorViewModel.spriteSheetBackgroundIndex;
Property value
[C++]
[C#]
[JavaScript]
Type: int32
Type: int
Type: Number
The index within the sprite sheet of the current background sprite frame.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
CursorViewModel Class
Microsoft.Kinect.Toolkit.Input Namespace