BitmapFormat Enumeration

Format of the bitmap.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public enum BitmapFormat

Members

Png0 PNG.
Jpeg1 JPEG.
Gif2 GIF.
Bmp3 BMP.
Webp4 WEBP.
Svg5 SVG.

See Also