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 height of a single sprite frame in the sprite sheet.
Syntax
public:
property int32 SpriteHeight {
int32 get ();
}
public int SpriteHeight { get; }
var spriteHeight = cursorSpriteSheetDefinition.spriteHeight;
Property value
[C++]
[C#]
[JavaScript]
Type: int32
Type: int
Type: Number
The height of a single sprite frame in the sprite sheet.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
CursorSpriteSheetDefinition Class
Microsoft.Kinect.Toolkit.Input Namespace