Saves a snapshot of the 3D window to the
filename with the specified format.
[Visual Basic .NET] |
---|
Public Sub SaveToFile( _
ByVal Filename As String, _
ByVal CameraSnapshotFormat As AgEStkGraphicsCameraSnapshotFileFormat _
)
|
[C#] |
---|
public void SaveToFile(
|
[Managed C++] |
---|
public: void SaveToFile(
|
[Java] |
---|
public saveToFile(
|
[Unmanaged C++] |
---|
public: HRESULT SaveToFile(
|
- Filename
- The filename of the snapshot.
- CameraSnapshotFormat
-
Member Value Description eStkGraphicsCameraSnapshotFileFormatBmp 0 BMP file format eStkGraphicsCameraSnapshotFileFormatRas 1 RAS file format eStkGraphicsCameraSnapshotFileFormatTiff 2 TIFF file format eStkGraphicsCameraSnapshotFileFormatJpeg 3 JPEG file format