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
)
Public Sub New (
fileName As String
)
new :
fileName : string -> Bitmap
Parameters
- fileName
- Type: SystemString
File to load as a bitmap
See Also