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

Common.LoadBitmap Method

Loads bitmap from the specified path.

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

Syntax

Visual Basic
Public Shared Function LoadBitmap ( _
	fileName As String _
) As Bitmap
C#
public static Bitmap LoadBitmap(
	string fileName
)

Parameters

fileName

Type: System.String

File name to load a bitmap from.

Return Value

The result Bitmap.

See Also

Reference