DesktopSystemSpecificsFileToBitmap Method

Loads a bitmap from given file name.

Definition

Namespace: SMath.Environment
Assembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
C#
public IBitmap FileToBitmap(
	string fileName
)

Parameters

fileName  String
File name to load bitmap from.

Return Value

IBitmap
Bitmap loaded from file.

Implements

ISystemSpecificsFileToBitmap(String)

See Also