C# 클래스 FlickrSync.ImageInfo

ImageInfo provides Metadata information for image files Currently it is only able to get meta information from Jpeg files
파일 보기 프로젝트 열기: vboctor/FlickrSync 1 사용 예제들

공개 메소드들

메소드 설명
GetCity ( ) : string
GetCountry ( ) : string
GetDateTaken ( ) : System.DateTime
GetDescription ( ) : string
GetFileName ( ) : string
GetGeo ( bool lat ) : double?
GetStarRating ( ) : int
GetTagsArray ( ) : ArrayList
GetTagsString ( ) : string
GetTitle ( ) : string
ImageInfo ( ) : System
Load ( string filename, FileTypes type ) : void

비공개 메소드들

메소드 설명
ConvertCoordinate ( ulong coordinates ) : double
splitLongAndDivide ( ulong number ) : double

메소드 상세

GetCity() 공개 메소드

public GetCity ( ) : string
리턴 string

GetCountry() 공개 메소드

public GetCountry ( ) : string
리턴 string

GetDateTaken() 공개 메소드

public GetDateTaken ( ) : System.DateTime
리턴 System.DateTime

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetFileName() 공개 메소드

public GetFileName ( ) : string
리턴 string

GetGeo() 공개 메소드

public GetGeo ( bool lat ) : double?
lat bool
리턴 double?

GetStarRating() 공개 메소드

public GetStarRating ( ) : int
리턴 int

GetTagsArray() 공개 메소드

public GetTagsArray ( ) : ArrayList
리턴 System.Collections.ArrayList

GetTagsString() 공개 메소드

public GetTagsString ( ) : string
리턴 string

GetTitle() 공개 메소드

public GetTitle ( ) : string
리턴 string

ImageInfo() 공개 메소드

public ImageInfo ( ) : System
리턴 System

Load() 공개 메소드

public Load ( string filename, FileTypes type ) : void
filename string
type FileTypes
리턴 void