Description
Saves a snapshot of the 3D window to the
filename with the specified format.
Syntax
| [Visual Basic .NET] |
|---|
Public Sub SaveToFile( _
ByVal Filename As String, _
ByVal CameraSnapshotFormat As AgEStkGraphicsCameraSnapshotFileFormat _
)
|
Parameters
- Filename
- The filename of the snapshot.
- CameraSnapshotFormat
-
The file format of the snapshotMember Value Description eStkGraphicsCameraSnapshotFileFormatBmp 0 BMP file format eStkGraphicsCameraSnapshotFileFormatRas 1 RAS file format eStkGraphicsCameraSnapshotFileFormatTiff 2 TIFF file format eStkGraphicsCameraSnapshotFileFormatJpeg 3 JPEG file format