Creates an ImageElement object from the specified Base64 string.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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

Parameters

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

Return Value

The ImageElement object this method creates.