Creates an ImageElement object from the specified Base64 string.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.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.