See Also Examples Applies To
Displays & animate the native multipage gif image into window defined by a Handle to Device Context.
Syntax
object.GifDisplayAnimatedGif (nHDC, nDstLeft, nDstTop, nWidth, nHeight)
The GifDisplayAnimatedGif syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nHDC | Required. Long. HDC. Value of the Handle to Device Context. |
| nDstLeft | Required. Long. Left pixel destination of the HDC. |
| nDstTop | Required. Long. Top pixel destination of the HDC. |
| nWidth | Required. Long. Width in pixel of the drawn image. |
| nHeight | Required. Long. Height in pixel of the drawn image. |
Returns
Long. GdPictureStatus
Remarks
This function works with editable multipage gif images and with multipage gif images opened as read only.
Category
Gif Manipulation