Returns a Bitmap object of the element.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public Bitmap GetOutputImage(
	Fill background
)
Visual Basic (Declaration)
Public Function GetOutputImage ( _
	background As Fill _
) As Bitmap
Visual C++
public:
Bitmap^ GetOutputImage(
	Fill^ background
)

Parameters

background
Type: Neodynamic.SDK..::.Fill
The background fill for the output image.

Return Value

A Bitmap object representing the output image generated by this Element object.

See Also