This documentation is for the old version. Go to the latest Graphics Mill docs

Common.SaveBitmap Method

Saves bitmap to the specified path.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Shared Sub SaveBitmap ( _
	bitmap As Bitmap, _
	fileName As String _
)
C#
public static void SaveBitmap(
	Bitmap bitmap,
	string fileName
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

The btmap to save.
fileName

Type: System.String

The destination file name.

See Also

Reference