Click or drag to resize

ImageExtensions Class

Extensions for Image.
Inheritance Hierarchy
SystemObject
  Altaxo.DrawingImageExtensions

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class ImageExtensions

The ImageExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetFileExtension(Image) Gets the file extension (lower case letters with a preceding dot, like .jpg) of the given image.
Public Extension MethodGetFileExtension(ImageFormat) Gets the file extension (lower case letters with a preceding dot, like .jpg) corresponding to the image format.
Top
See Also