C# 클래스 ImageMagick.ExifTagDescriptionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
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