ImageFormat
Spécifie le format de fichier de l’image. Non héréditaire.
public sealed class ImageFormat
Constructeurs
| Nom | La description |
|---|
| ImageFormat(Guid) | Initialise une nouvelle instance duImageFormat classe en utilisant la classe spécifiéeGuid structure. |
Propriétés
| Nom | La description |
|---|
| static Bmp { get; } | Obtient le format d’image bitmap (BMP). |
| static Emf { get; } | Obtient le format d’image de métafichier amélioré (EMF). |
| static Exif { get; } | Obtient le format EXIF (Exchangeable Image File). |
| static Gif { get; } | Obtient le format d’image GIF (Graphics Interchange Format). |
| static Icon { get; } | Obtient le format d’image de l’icône Windows. |
| static Jpeg { get; } | Obtient le format d’image JPEG (Joint Photographic Experts Group). |
| static MemoryBmp { get; } | Obtient un format d’image bitmap mémoire. |
| static Png { get; } | Obtient le format d’image W3C Portable Network Graphics (PNG). |
| static Tiff { get; } | Obtient le format d’image Tagged Image File Format (TIFF). |
| static Wmf { get; } | Obtient le format d’image du métafichier Windows (WMF). |
| Guid { get; } | Obtient unGuidstructure qui représente ceImageFormat objet. |
Méthodes
| Nom | La description |
|---|
| override Equals(object) | Renvoie une valeur qui indique si l’objet spécifié est unImageFormat objet équivalent à celui-ciImageFormat objet. |
| override GetHashCode() | Renvoie une valeur de code de hachage qui représente cet objet. |
| override ToString() | Convertit ceciImageFormat objet à une chaîne lisible par l’homme. |
Voir également