Image.FromFile

Image.FromFile method

Creates an Image from the specified file.

public static Image FromFile(string filename)
ParameterTypeDescription
filenameStringA string that contains the name of the file from which to create the Image.

Return Value

The Image this method creates.

See Also