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 URI of the sprite sheet image.
Syntax
public:
property Uri^ ImageUri {
Uri^ get ();
}
public UriImageUri { get; }
var imageUri = cursorSpriteSheetDefinition.imageUri;
Property value
[C++]
[C#]
[JavaScript]
The URI of the sprite sheet image.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
CursorSpriteSheetDefinition Class
Microsoft.Kinect.Toolkit.Input Namespace