Saves instrument as image to the given stream with given resolution and PictureFormat.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public void SaveAsImage( Stream stream, float resolution, PictureFormat format )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub SaveAsImage ( _ stream As Stream, _ resolution As Single, _ format As PictureFormat _ )  | 
| Visual C++ | 
|---|
public: void SaveAsImage( Stream^ stream, float resolution, PictureFormat format )  |