Loads the bitmap from specified file.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Load ( _ fileName As String _ )
public void Load( string fileName )
Type: System.String
Name of the file to load.Dim bitmap As New Aurigma.GraphicsMill.Bitmap bitmap.Load("c:\mountain.jpg")
Aurigma.GraphicsMill.Bitmap bitmap = new Aurigma.GraphicsMill.Bitmap(); bitmap.Load(@"c:\mountain.jpg");