ISystemSpecifics.FileToBitmap Method

Loads a bitmap from given file name.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
IBitmap FileToBitmap(
	string fileName
)

Parameters

fileName  String
File name to load bitmap from.

Return Value

IBitmap
Bitmap loaded from file.

See Also