CameraSnapshot Class |
Namespace: AGI.Foundation.Graphics.Advanced
The CameraSnapshot type exposes the following members.
Name | Description | |
---|---|---|
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SaveToClipboard |
Saves a single frame of the 3D window to the clipboard.
| |
SaveToFile(String, CameraSnapshotFileFormat) |
Saves a snapshot of the 3D window to the filename with the specified format.
| |
SaveToFile(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.
| |
SaveToRaster |
Saves a snapshot of the 3D window to a
Raster.
| |
SaveToTexture |
Saves a snapshot of the 3D window to a
Texture2D.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |