Initializes a new instance of the GifExport class with given scale.

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

Syntax

C#
public GifExport(
	double scale
)
Visual Basic (Declaration)
Public Sub New ( _
	scale As Double _
)
Visual C++
public:
GifExport(
	double scale
)

Parameters

scale
Type: System..::.Double

See Also