Initializes a new instance of the ImageExport class with given resolution and scale.

Namespace:  PerpetuumSoft.Framework.Export
Assembly:  PerpetuumSoft.Framework.Export (in PerpetuumSoft.Framework.Export.dll) Version: 3.9.0.1

Syntax

C#
public ImageExport(
	int resolution,
	double scale
)
Visual Basic (Declaration)
Public Sub New ( _
	resolution As Integer, _
	scale As Double _
)
Visual C++
public:
ImageExport(
	int resolution, 
	double scale
)

Parameters

resolution
Type: System..::.Int32
scale
Type: System..::.Double

See Also