ImageAnimator Methods

 

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAnimate(Image^, EventHandler^)

Displays a multiple-frame image as an animation.

System_CAPS_pubmethodSystem_CAPS_staticCanAnimate(Image^)

Returns a Boolean value indicating whether the specified image contains time-based frames.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticStopAnimate(Image^, EventHandler^)

Terminates a running animation.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticUpdateFrames()

Advances the frame in all images currently being animated. The new frame is drawn the next time the image is rendered.

System_CAPS_pubmethodSystem_CAPS_staticUpdateFrames(Image^)

Advances the frame in the specified image. The new frame is drawn the next time the image is rendered. This method applies only to images with time-based frames.

Return to top
Show: