Click or drag to resize

ImageUtilsToImageFormat Method

Convert the specified ImageFileFormat to its corresponding System.Drawing.Imaging.ImageFormat.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static ImageFormat ToImageFormat(
	ImageFileFormat format
)

Parameters

format
Type: NetQuarry.Util.ImageImageFileFormat
The image file format to convert.

Return Value

Type: ImageFormat
The corresponding format, null if not known.
See Also