Saves an object being exported to file with given name.

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

Syntax

C#
public void Save(
	string fileName,
	PaintCallBack paintMethod,
	Vector size
)
Visual Basic (Declaration)
Public Sub Save ( _
	fileName As String, _
	paintMethod As PaintCallBack, _
	size As Vector _
)
Visual C++
public:
void Save(
	String^ fileName, 
	PaintCallBack^ paintMethod, 
	Vector size
)

Parameters

fileName
Type: System..::.String
paintMethod
Type: PaintCallBack
size
Type: PerpetuumSoft.Framework.Drawing..::.Vector

See Also