C# Класс GPS.Utils.ExifUtils.ExifTagInfo

ExifTagInfo contains information about a Exif Tag.
Показать файл Открыть проект

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

Метод Описание
ExifTagInfo ( int tagNumber, int format, int componentsNumber, int valueOrOffset ) : System

Initializes a new instance of the ExifTagInfo class.

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

ExifTagInfo() публичный Метод

Initializes a new instance of the ExifTagInfo class.
public ExifTagInfo ( int tagNumber, int format, int componentsNumber, int valueOrOffset ) : System
tagNumber int The tag number. This is a number that identifies the tag type.
format int The format of the tag data.
componentsNumber int /// The number of components. /// Used when there is a maximum limit for the number of components. ///
valueOrOffset int /// The value of the tag or the offset where the tag value can be find. ///
Результат System