Creates an ImageElement object from the specified Base64 string.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.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