The C1GifImage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1GifImage()()()() |
Initializes a new instance of the C1GifImage class.
|
![]() |
C1GifImage(Uri) |
Initializes a new instance of the C1GifImage class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
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.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
Pause |
Stops the animation at the current position.
|
![]() |
Play |
Starts playing the animation from the current position.
|
![]() |
SetSource |
Loads the image from a stream.
|
![]() |
Stop |
Stops the animation and resets the loop and frame indices.
|
![]() |
ToString | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Implicit Widening Implicit Implicit Implicit (C1GifImage to ImageSource) |
Performs an implicit conversion from C1GifImage to ImageSource.
|
Properties
Name | Description | |
---|---|---|
![]() |
AutoPlay |
Gets or sets a value that causes the animation to start playing
automatically when the source is set.
|
![]() |
FrameCount |
Gets the number of frames in the GIF image.
|
![]() |
LoopCount |
Gets or sets the number of times to repeat the animation.
|
![]() |
UriSource |
Gets or sets the Uri that contains this image.
|
Events
Name | Description | |
---|---|---|
![]() |
DownloadCompleted |
Fires after the image has been downloaded.
|
![]() |
DownloadProgress |
Fires while the image is being downloaded.
|
![]() |
ImageFailed |
Occurs when there is an error associated with image retrieval or format.
|