ImageBGRA Constructor (String) |
Load an image from a file.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public ImageBGRA(
string fileName
)
Public Sub New (
fileName As String
)
public:
ImageBGRA(
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