 | 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
Syntaxpublic static IBitmapImage Load(
string filepath
)
Parameters
- filepath
- Type: SystemString
Filepath from which to load image.
Return Value
Type:
IBitmapImage
A new image instance.
Exceptions
See Also