/// <summary>
 /// Initializes a new instance of the GifImage class based on the uri.
 /// </summary>
 /// <param name="uri">Uri of the image source.</param>
 public GifImage(Uri uri)
 {
     GifImage.SetupAnimationSource(this, uri);
 }