ImageFormat
Specifica il formato file dell’immagine. Non ereditabile.
public sealed class ImageFormat
Costruttori
Nome | Descrizione |
---|
ImageFormat(Guid) | Inizializza una nuova istanza diImageFormat classe utilizzando l’oggetto specificatoGuid struttura. |
Proprietà
Nome | Descrizione |
---|
static Bmp { get; } | Ottiene il formato immagine bitmap (BMP). |
static Emf { get; } | Ottiene il formato immagine del metafile avanzato (EMF). |
static Exif { get; } | Ottiene il formato EXIF (Exchangeable Image File). |
static Gif { get; } | Ottiene il formato immagine GIF (Graphics Interchange Format). |
static Icon { get; } | Ottiene il formato immagine dell’icona di Windows. |
static Jpeg { get; } | Ottiene il formato immagine JPEG (Joint Photographic Experts Group). |
static MemoryBmp { get; } | Ottiene un formato immagine bitmap di memoria. |
static Png { get; } | Ottiene il formato immagine W3C Portable Network Graphics (PNG). |
static Tiff { get; } | Ottiene il formato immagine TIFF (Tagged Image File Format). |
static Wmf { get; } | Ottiene il formato immagine del metafile di Windows (WMF). |
Guid { get; } | Ottiene aGuidstruttura che lo rappresentaImageFormat oggetto. |
Metodi
Nome | Descrizione |
---|
override Equals(object) | Restituisce un valore che indica se l’oggetto specificato è unImageFormat oggetto che è equivalente a questoImageFormat oggetto. |
override GetHashCode() | Restituisce un valore di codice hash che rappresenta questo oggetto. |
override ToString() | Lo converteImageFormat oggetto a una stringa leggibile dall’uomo. |
Guarda anche