Creates an ImageElement object from the specified Base64 string.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public static ImageElement FromBase64(
	string base64
)
Visual Basic (Declaration)
Public Shared Function FromBase64 ( _
	base64 As String _
) As ImageElement
Visual C++
public:
static ImageElement^ FromBase64(
	String^ base64
)

Parameters

base64
Type: System..::.String
A Base64 string from which to create the ImageElement object.

Return Value

The ImageElement object this method creates.

See Also