NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageAnimator.StopAnimate

Removes an image from the image manager.

[Visual Basic]
Public Shared Sub StopAnimate( _
   ByVal image As Image, _
   ByVal onFrameChangedHandler As EventHandler _
)
[C#]
public static void StopAnimate(
   Image image,
   EventHandler onFrameChangedHandler
);
[C++]
public: static void StopAnimate(
   Image* image,
   EventHandler* onFrameChangedHandler
);
[JScript]
public static function StopAnimate(
   image : Image,
   onFrameChangedHandler : EventHandler
);

Parameters

image
[To be supplied.]
onFrameChangedHandler
[To be supplied.]

See Also

ImageAnimator Class | ImageAnimator Members | System.Drawing Namespace