C# Class ImageMagick.ExifTagDescriptionAttribute

Inheritance: System.Attribute
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method 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 method

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.
return System

GetDescription() public static method

public static GetDescription ( ExifTag tag, object value ) : string
tag ExifTag
value object
return string