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 width of a single sprite frame in the sprite sheet.
Syntax
public:
property int32 SpriteWidth {
int32 get ();
}
public int SpriteWidth { get; }
var spriteWidth = cursorSpriteSheetDefinition.spriteWidth;
Property value
[C++]
[C#]
[JavaScript]
Type: int32
Type: int
Type: Number
The width 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