C# 클래스 ImageProcessor.UnitTests.ImageSources

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

공개 메소드들

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