Skip to main content

ImageFormat Class

Namespace: System.Drawing.Imaging · Assembly: GHIElectronics.TinyCLR.Drawing

No description available.

public sealed class ImageFormat

Constructors

ImageFormat(Guid guid)

public ImageFormat(Guid guid)

No description available.

ParameterTypeDescription
guidGuid

Properties

Guid

public Guid Guid { get; }

No description available.

RawBitmap

public static ImageFormat RawBitmap { get; }

No description available.

Bmp

public static ImageFormat Bmp { get; }

No description available.

Emf

public static ImageFormat Emf { get; }

No description available.

Wmf

public static ImageFormat Wmf { get; }

No description available.

Gif

public static ImageFormat Gif { get; }

No description available.

Jpeg

public static ImageFormat Jpeg { get; }

No description available.

Png

public static ImageFormat Png { get; }

No description available.

Tiff

public static ImageFormat Tiff { get; }

No description available.

Exif

public static ImageFormat Exif { get; }

No description available.

Icon

public static ImageFormat Icon { get; }

No description available.

Methods

Equals(object o)

public override bool Equals(object o)

Is the given RoutedEventHandlerInfo equals the current (inherited)

ParameterTypeDescription
oobject

Returns bool

GetHashCode()

public override int GetHashCode()

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table (inherited)

Returns int

ToString()

public override string ToString()

String representation (inherited)

Returns string