ActionEngineUtilSaveBitmap Method

Save the bitmap to the specified file.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static void SaveBitmap(
	SKBitmap bitmap,
	string filename
)

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.

See Also