C# Class ImageMagick.ExifTagDescriptionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode Description
ExifTagDescriptionAttribute ( object value, string description ) : System

Initializes a new instance of the ExifTagDescriptionAttribute class.

GetDescription ( ExifTag tag, object value ) : string

Method Details

ExifTagDescriptionAttribute() public méthode

Initializes a new instance of the ExifTagDescriptionAttribute class.
public ExifTagDescriptionAttribute ( object value, string description ) : System
value object The value of the exif tag.
description string The description for the value of the exif tag.
Résultat System

GetDescription() public static méthode

public static GetDescription ( ExifTag tag, object value ) : string
tag ExifTag
value object
Résultat string