ImageAnimator::UpdateFrames Method (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.

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

public:
static void UpdateFrames(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

The Image object for which to update frames.

.NET Framework
Available since 1.1
Return to top
Show: