SetImageFrame()

Syntax

SetImageFrame(#Image, Index)
Description
Changes the current frame of the image. If the image is not multi-frame, this function has no effect. ImageOutput(), ImageVectorOutput(), CopyImage() and GrabImage() works on the current frame.

Parameters

#Image The image to use.
Index The index (starting from 0) of the frame to set as current.

Return value

None.

See Also

CreateImage(), AddImageFrame(), RemoveImageFrame(), ImageFrameCount(), GetImageFrame()

Supported OS

All

<- SaveImage() - Image Index - SetImageFrameDelay() ->