Creates image with a given size and scale.

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

Syntax

C#
public Image CreateImage(
	int width,
	int height,
	float scale
)
Visual Basic (Declaration)
Public Function CreateImage ( _
	width As Integer, _
	height As Integer, _
	scale As Single _
) As Image
Visual C++
public:
Image^ CreateImage(
	int width, 
	int height, 
	float scale
)

Parameters

width
Type: System..::.Int32
height
Type: System..::.Int32
scale
Type: System..::.Single

See Also