ImageAnimator.UpdateFrames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- 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)