ExportGif Method
Description
Exports the current view to a GIF file.
Syntax
Visual Basic |
---|
Public Function ExportGif( _ ByVal filename As String, _ ByVal w As Long, _ ByVal h As Long _ ) As Integer |
Parameters
- filename
- The name of the exported file.
- w
- The width of the GIF image, in pixels.
- h
- The height of the GIF image, in pixels.
Remarks
Available: D OD OM SISpy
Groups:
Example
sis.ExportGif ("c:\raster\map.gif", 600, 400)
Exports the current view as a 600 x 400 raster image in GIF format.