Saves an object being exported to Stream.

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

Syntax

C#
public abstract void Save(
	Stream stream,
	PaintCallBack paintMethod,
	Vector size
)
Visual Basic (Declaration)
Public MustOverride Sub Save ( _
	stream As Stream, _
	paintMethod As PaintCallBack, _
	size As Vector _
)
Visual C++
public:
virtual void Save(
	Stream^ stream, 
	PaintCallBack^ paintMethod, 
	Vector size
) abstract

Parameters

stream
Type: System.IO..::.Stream
paintMethod
Type: PaintCallBack
size
Type: PerpetuumSoft.Framework.Drawing..::.Vector

See Also