C# Класс ImageMagick.ExifTagDescriptionAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExifTagDescriptionAttribute ( object value, string description ) : System

Initializes a new instance of the ExifTagDescriptionAttribute class.

GetDescription ( ExifTag tag, object value ) : string

Описание методов

ExifTagDescriptionAttribute() публичный метод

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.
Результат System

GetDescription() публичный статический метод

public static GetDescription ( ExifTag tag, object value ) : string
tag ExifTag
value object
Результат string