Bitmap Constructor (String)

Initializes a new instance of the Bitmap class from the specified file.

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

Syntax

C#
public Bitmap(
	string fileName
)

Parameters

fileName

Type: System.String

The bitmap file name and path.

Remarks

If a multiframe file is loaded, the first frame is taken.

The file name and path can be relative to the application or an absolute path.

See Also

Reference

Manual