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 column of the current background sprite frame within the sprite sheet.
Syntax
public:
property int32 SpriteSheetBackgroundColumn {
int32 get ();
}
public int SpriteSheetBackgroundColumn { get; }
var spriteSheetBackgroundColumn = cursorViewModel.spriteSheetBackgroundColumn;
Property value
[C++]
[C#]
[JavaScript]
Type: int32
Type: int
Type: Number
The column of the current background sprite frame within the sprite sheet.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
CursorViewModel Class
Microsoft.Kinect.Toolkit.Input Namespace