Checks if an image is a multiframe gif image. This image can be a read only multiframe gif image or an editable multiframe gif image.
public Boolean GifIsMultiFrame( int ImageID );
Public Function GifIsMultiFrame( ByVal ImageID As Integer ) As Boolean
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The image to check. |
True if the image is a multiframe gif image, else false.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|