ActionEngineUtilSaveBitmap Method
Save the bitmap to the specified file.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static void SaveBitmap(
SKBitmap bitmap,
string filename
)
Public Shared Sub SaveBitmap (
bitmap As SKBitmap,
filename As String
)
No code example is currently available or this language may not be supported.
Parameters
- bitmap SKBitmap
-
Reference to the bitmap to be saved.
- filename String
-
The fully qualified path and filename to which the file will be
saved.