Creates new Bitmap instance and loads image from specified file.
Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ fileName As String _ ) |
| C# |
|---|
public Bitmap ( string fileName ) |
| Visual C++ |
|---|
public: Bitmap ( String^ fileName ) |
Parameters
- fileName
- Name of the file to load.
Remarks
If multiframe file is loaded, first frame is taken.