ShopToolsUtilGetBitmapFromDataUri Method
Return a bitmap image from the specified Data URI.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static Bitmap GetBitmapFromDataUri(
string dataUri
)
Public Shared Function GetBitmapFromDataUri (
dataUri As String
) As Bitmap
No code example is currently available or this language may not be supported.
- dataUri String
-
Reference to the Data URI to parse.
Bitmap
Reference to a new Bitmap image representing the provided Data URI,
if valid. Otherwise, null.