C# Класс vimage.ImageViewerUtils

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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