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 of the origin of the sprite, in pixels, within a sprite frame.
Syntax
public:
property float64 OriginPositionY {
float64 get ();
}
public double OriginPositionY { get; }
var originPositionY = cursorViewModel.originPositionY;
Property value
[C++]
[C#]
[JavaScript]
Type: float64
Type: double
Type: Number
The Y 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