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