Share via


CursorSpriteSheetDefinition.ImageUri Property

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] 

Type: Uri
Type: Uri
Type: Uri

 

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