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

Bitmap Constructor (String)

Creates new Bitmap instance and loads image from specified file.

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

Syntax

Visual Basic
Public Sub New ( _
	fileName As String _
)
C#
public Bitmap(
	string fileName
)

Parameters

fileName

Type: System.String

Name of the file to load.

Remarks

If multiframe file is loaded, first frame is taken.

See Also

Reference