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

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

Syntax

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

Parameters

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

See Also