Click or drag to resize

ImageNETPixelFormatSave Method

Save the image to a file. The supported file type is PNG.

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

Parameters

fileName
Type: SystemString
File name of file, extension must be .png
See Also