C# 클래스 GPS.Utils.ExifUtils.ExifTagInfo

ExifTagInfo contains information about a Exif Tag.
파일 보기 프로젝트 열기: ProjPossibility/CSUN-MobileMapMagnifier

공개 메소드들

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