Returns an image an object was exported to.

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

Syntax

C#
public Image CreateImage(
	PaintCallBack paintMethod,
	Vector viewSize
)
Visual Basic (Declaration)
Public Function CreateImage ( _
	paintMethod As PaintCallBack, _
	viewSize As Vector _
) As Image
Visual C++
public:
Image^ CreateImage(
	PaintCallBack^ paintMethod, 
	Vector viewSize
)

Parameters

paintMethod
Type: PaintCallBack
viewSize
Type: PerpetuumSoft.Framework.Drawing..::.Vector

See Also