Saves instrument as JPEG image into given filename with given size, scale and jpegQuality.
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, float scale, int jpegQuality ) |
| Visual Basic (Declaration) |
|---|
Public Sub SaveAsImage ( _ filename As String, _ width As Integer, _ height As Integer, _ scale As Single, _ jpegQuality As Integer _ ) |
| Visual C++ |
|---|
public: void SaveAsImage( String^ filename, int width, int height, float scale, int jpegQuality ) |
Parameters
- filename
- Type: System..::.String
- width
- Type: System..::.Int32
- height
- Type: System..::.Int32
- scale
- Type: System..::.Single
- jpegQuality
- Type: System..::.Int32