Share via


CursorViewModel.SpriteSheetForegroundX Property

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

Syntax

public:
property float32 SpriteSheetForegroundX {
         float32 get ();
}
public float SpriteSheetForegroundX { get; }
var spriteSheetForegroundX = cursorViewModel.spriteSheetForegroundX;

Property value

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

Type: float32
Type: float
Type: Number

 

The X 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