Share via


CursorViewModel.SpriteSheetForegroundY Property

Gets the Y coordinate, in pixels, of the current foreground sprite frame within the sprite sheet.

Syntax

public:
property float32 SpriteSheetForegroundY {
         float32 get ();
}
public float SpriteSheetForegroundY { get; }
var spriteSheetForegroundY = cursorViewModel.spriteSheetForegroundY;

Property value

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

Type: float32
Type: float
Type: Number

 

The Y coordinate, in pixels, of the current foreground sprite frame within the sprite sheet

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorViewModel Class
Microsoft.Kinect.Toolkit.Input Namespace