Click or drag to resize

Bitmap Constructor (String)

Initializes a new instance of a Bitmap from a file

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Bitmap(
	string fileName
)

Parameters

fileName
Type: SystemString
File to load as a bitmap
See Also