Click or drag to resize

ImageRGBA Constructor (String)

Load an image from a file.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public ImageRGBA(
	string fileName
)

Parameters

fileName
Type: SystemString
Remarks
The supported file types are PNG (.png), JPEG (.jpg, .jpeg) and BMP (.bmp). This method will throw an exception if failing to load the provided fileName.
See Also