Share via


CursorViewModel.SpriteSheetBackgroundX Property

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

Syntax

public:
property float32 SpriteSheetBackgroundX {
         float32 get ();
}
public float SpriteSheetBackgroundX { get; }
var spriteSheetBackgroundX = cursorViewModel.spriteSheetBackgroundX;

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