FormatTypes Enumeration

This enum is used to determine what type of image we are trying to open.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public enum FormatTypes

Members

Bmp0 BMP file
Gif1 GIF file
Jpg2 JPG file
Png3 PNG file

See Also