ImageAnimator::StopAnimate Method (Image^, EventHandler^)

 

Terminates a running animation.

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

public:
static void StopAnimate(
	Image^ image,
	EventHandler^ onFrameChangedHandler
)

Parameters

image
Type: System.Drawing::Image^

The Image object to stop animating.

onFrameChangedHandler
Type: System::EventHandler^

An EventHandler object that specifies the method that is called when the animation frame changes.

.NET Framework
Available since 1.1
Return to top
Show: