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.2.419.0 (24.2.419.0)
Syntax public void SaveToFile(
string filename,
CameraSnapshotFileFormat cameraSnapshotFormat
)
Public Sub SaveToFile (
filename As String,
cameraSnapshotFormat As CameraSnapshotFileFormat
)
public:
void SaveToFile(
String^ filename,
CameraSnapshotFileFormat cameraSnapshotFormat
)
member SaveToFile :
filename : string *
cameraSnapshotFormat : CameraSnapshotFileFormat -> unit
Parameters
- filename
- Type: SystemString
The filename of the snapshot. - cameraSnapshotFormat
- Type: AGI.Foundation.Graphics.AdvancedCameraSnapshotFileFormat
The file format of the snapshot
See Also