Saves instrument as image to the given filename with given size and PictureFormat.

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

Syntax

C#
public void SaveAsImage(
	Stream stream,
	int width,
	int height,
	PictureFormat format
)
Visual Basic (Declaration)
Public Sub SaveAsImage ( _
	stream As Stream, _
	width As Integer, _
	height As Integer, _
	format As PictureFormat _
)
Visual C++
public:
void SaveAsImage(
	Stream^ stream, 
	int width, 
	int height, 
	PictureFormat format
)

See Also