Saves instrument as image to a file with given name with given height, width and PictureFormat.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void SaveAsImage( string filename, int width, int height, PictureFormat format ) |
| Visual Basic (Declaration) |
|---|
Public Sub SaveAsImage ( _ filename As String, _ width As Integer, _ height As Integer, _ format As PictureFormat _ ) |
| Visual C++ |
|---|
public: void SaveAsImage( String^ filename, int width, int height, PictureFormat format ) |