Share via


CursorViewModel.OriginPositionX Property

Gets the X coordinate of the origin of the sprite, in pixels, within a sprite frame.

Syntax

public:
property float64 OriginPositionX {
         float64 get ();
}
public double OriginPositionX { get; }
var originPositionX = cursorViewModel.originPositionX;

Property value

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

Type: float64
Type: double
Type: Number

 

The X coordinate of the origin of the sprite, in pixels, within a sprite frame.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorViewModel Class
Microsoft.Kinect.Toolkit.Input Namespace