Raster.FromFile Method
Initializes a new instance of the Raster class from the specified image file.
Thread safety: This method is not thread-safe.
FromFile(System.String filename)
Initializes a new instance of the Raster class from the specified image file.Syntax
public static Raster FromFile (
System.String filename
)
Parameters
filename
Type: System.String
The image file to load.
The image file to load.
Return Value
Type: Raster
A new raster that contains the image loaded from filename.
A new raster that contains the image loaded from filename.
Remarks
See Supported Image Formats for more information.
Platforms
Windows, Linux, Android