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