Creates image with a given size.

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
)
Visual Basic (Declaration)
Public Function CreateImage ( _
	width As Integer, _
	height As Integer _
) As Image
Visual C++
public:
Image^ CreateImage(
	int width, 
	int height
)

Parameters

width
Type: System..::.Int32
height
Type: System..::.Int32

See Also