Click or drag to resize

CameraSnapshotSaveToFile Method (String, CameraSnapshotFileFormat)

Saves a snapshot of the 3D window to the filename with the specified format.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SaveToFile(
	string filename,
	CameraSnapshotFileFormat cameraSnapshotFormat
)

Parameters

filename
Type: SystemString
The filename of the snapshot.
cameraSnapshotFormat
Type: AGI.Foundation.Graphics.AdvancedCameraSnapshotFileFormat
The file format of the snapshot
See Also