Cadcorp SIS API Methods

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: MM ME MD 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.


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).