C# 클래스 vimage.ImageViewerUtils

파일 보기 프로젝트 열기: Torrunt/vimage 1 사용 예제들

공개 메소드들

메소드 설명
GetCurrentBounds ( Vector2i pos ) : IntRect

Returns the bounds IntRect of the monitor the position is located on.

GetCurrentWorkingArea ( Vector2i pos ) : IntRect

Returns the working area IntRect of the monitor the position is located on.

GetDateValueFromEXIF ( string fileName ) : System.DateTime

Returns DateTime from EXIF data or the FileInfo is there isn't one

GetDefaultRotationFromEXIF ( string fileName ) : int

Returns Orientation from the EXIF data of a jpg.

GetExtension ( string fileName ) : string
IsValidExtension ( string fileName, string extensions ) : bool

메소드 상세

GetCurrentBounds() 공개 정적인 메소드

Returns the bounds IntRect of the monitor the position is located on.
public static GetCurrentBounds ( Vector2i pos ) : IntRect
pos Vector2i
리턴 IntRect

GetCurrentWorkingArea() 공개 정적인 메소드

Returns the working area IntRect of the monitor the position is located on.
public static GetCurrentWorkingArea ( Vector2i pos ) : IntRect
pos Vector2i
리턴 IntRect

GetDateValueFromEXIF() 공개 정적인 메소드

Returns DateTime from EXIF data or the FileInfo is there isn't one
public static GetDateValueFromEXIF ( string fileName ) : System.DateTime
fileName string
리턴 System.DateTime

GetDefaultRotationFromEXIF() 공개 정적인 메소드

Returns Orientation from the EXIF data of a jpg.
public static GetDefaultRotationFromEXIF ( string fileName ) : int
fileName string
리턴 int

GetExtension() 공개 정적인 메소드

public static GetExtension ( string fileName ) : string
fileName string
리턴 string

IsValidExtension() 공개 정적인 메소드

public static IsValidExtension ( string fileName, string extensions ) : bool
fileName string
extensions string
리턴 bool