Click or drag to resize

CameraSnapshot Class

Takes snapshots of the 3D window.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.AdvancedCameraSnapshot

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 sealed class CameraSnapshot : IDisposable

The CameraSnapshot type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSaveToClipboard
Saves a single frame of the 3D window to the clipboard.
Public methodSaveToFile(String, CameraSnapshotFileFormat)
Saves a snapshot of the 3D window to the filename with the specified format.
Public methodSaveToFile(String, CameraSnapshotFileFormat, Double, Double)
Saves a snapshot of the 3D window to the filename with the specified format at high resolution. Generally, this is used to take snapshots for print media, such as posters, which is why the input parameters are in terms of inches and dots per inch typically required by printers.
Public methodSaveToRaster
Saves a snapshot of the 3D window to a Raster.
Public methodSaveToTexture
Saves a snapshot of the 3D window to a Texture2D.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also