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 Y coordinate, in pixels, of the current background sprite frame within the sprite sheet.
Syntax
public:
property float32 SpriteSheetBackgroundY {
float32 get ();
}
public float SpriteSheetBackgroundY { get; }
var spriteSheetBackgroundY = cursorViewModel.spriteSheetBackgroundY;
Property value
[C++]
[C#]
[JavaScript]
Type: float32
Type: float
Type: Number
The Y coordinate, in pixels, 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