Saves instrument as JPEG image into given stream with given resolution, scale and jpegQuality.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public void SaveAsImage(
	Stream stream,
	float resolution,
	float scale,
	int jpegQuality
)
Visual Basic (Declaration)
Public Sub SaveAsImage ( _
	stream As Stream, _
	resolution As Single, _
	scale As Single, _
	jpegQuality As Integer _
)
Visual C++
public:
void SaveAsImage(
	Stream^ stream, 
	float resolution, 
	float scale, 
	int jpegQuality
)

Parameters

stream
Type: System.IO..::.Stream
resolution
Type: System..::.Single
scale
Type: System..::.Single
jpegQuality
Type: System..::.Int32

See Also