C1.Maui.Chart Assembly / C1.Maui.Chart Namespace / ImageFormat Enumeration
ImageFormat Enumeration
Represents the format used to encode an image into a stream.
Syntax
public enum ImageFormat : System.Enum 
Members
MemberDescription
BmpBmp format.
JpegJpeg format.
PngPng format.
SvgSvg format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Maui.Chart.ImageFormat

See Also