The C1GifImage type exposes the following members.

Constructors

  Name Description
Public method C1GifImage()()()()
Initializes a new instance of the C1GifImage class.
Public method C1GifImage(Uri)
Initializes a new instance of the C1GifImage class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Pause
Stops the animation at the current position.
Public method Play
Starts playing the animation from the current position.
Public method SetSource
Loads the image from a stream.
Public method Stop
Stops the animation and resets the loop and frame indices.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Operators

  Name Description
Public operator Static member Implicit Widening Implicit Implicit Implicit (C1GifImage to ImageSource)
Performs an implicit conversion from C1GifImage to ImageSource.

Properties

  Name Description
Public property AutoPlay
Gets or sets a value that causes the animation to start playing automatically when the source is set.
Public property FrameCount
Gets the number of frames in the GIF image.
Public property LoopCount
Gets or sets the number of times to repeat the animation.
Public property UriSource
Gets or sets the Uri that contains this image.

Events

  Name Description
Public event DownloadCompleted
Fires after the image has been downloaded.
Public event DownloadProgress
Fires while the image is being downloaded.
Public event ImageFailed
Occurs when there is an error associated with image retrieval or format.

See Also