Click or drag to resize

BitmapImageLoad Method (String)

Load image stored in one of many file formats.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public static IBitmapImage Load(
	string filepath
)

Parameters

filepath
Type: SystemString
Filepath from which to load image.

Return Value

Type: IBitmapImage
A new image instance.
Exceptions
ExceptionCondition
ArgumentExceptionFile extension not supported. - filepath
See Also