AGI Components with Insight3D Alpha 2008 r8
SaveToFile Method (Path, Format)
Library ReferenceAGI.Graphics.Scene3D IAgGxCameraSnapshotSaveToFile(String, AgGxCameraSnapshotFormat)
Saves a single frame of the current 3D Graphics view to the path specified using the specified format and the options set in this interface.
Declaration Syntax
C# Visual Basic Visual C++
void 
SaveToFile(
        
string 
Path,
        

AgGxCameraSnapshotFormat 
Format
)
Sub 
SaveToFile ( _
        
Path 
As 
String, _
        
Format 
As 

AgGxCameraSnapshotFormat _
)
void 
SaveToFile(
        [
InAttribute] 
String^ 
Path, 
        [
InAttribute] 

AgGxCameraSnapshotFormat 
Format
)
Parameters
Path ( String)
Format ( AgGxCameraSnapshotFormat)

Assembly: AGI.Graphics.Scene3D.Interop(Module: AGI.Graphics.Scene3D.Interop) Version: 9.0.0.0 (9.0.0.0)