C# Класс ImageProcessor.UnitTests.ImageSources

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

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

Метод Описание
GetFilePathByName ( string name ) : string

Gets the input image path by name.

GetInputImageFiles ( ) : IEnumerable

Gets all the input files in the Images folder

Приватные методы

Метод Описание
GetFilesByExtensions ( DirectoryInfo dir ) : IEnumerable

Gets the files matching the given extensions.

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

GetFilePathByName() публичный статический Метод

Gets the input image path by name.
public static GetFilePathByName ( string name ) : string
name string The name of the image to return the path for.
Результат string

GetInputImageFiles() публичный статический Метод

Gets all the input files in the Images folder
public static GetInputImageFiles ( ) : IEnumerable
Результат IEnumerable