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
)
Public Shared Function ToImageFormat (
format As ImageFileFormat
) As ImageFormat
Parameters
- format
- Type: NetQuarry.Util.ImageImageFileFormat
The image file format to convert.
Return Value
Type:
ImageFormatThe corresponding format, null if not known.
See Also