ImageAnimator.UpdateFrames Method

Definition

Overloads

UpdateFrames()

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

UpdateFrames(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.

UpdateFrames()

Source:
ImageAnimator.cs
Source:
ImageAnimator.cs
Source:
ImageAnimator.cs

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

public:
 static void UpdateFrames();
public static void UpdateFrames ();
static member UpdateFrames : unit -> unit
Public Shared Sub UpdateFrames ()

Applies to

UpdateFrames(Image)

Source:
ImageAnimator.cs
Source:
ImageAnimator.cs
Source:
ImageAnimator.cs

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.

public:
 static void UpdateFrames(System::Drawing::Image ^ image);
public static void UpdateFrames (System.Drawing.Image image);
public static void UpdateFrames (System.Drawing.Image? image);
static member UpdateFrames : System.Drawing.Image -> unit
Public Shared Sub UpdateFrames (image As Image)

Parameters

image
Image

The Image object for which to update frames.

Applies to