C# 클래스 ImageMagick.FileHelper

파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
CheckForBaseDirectory ( string fileName ) : string
Delete ( FileInfo file ) : void
GetFullPath ( string path ) : string

메소드 상세

CheckForBaseDirectory() 공개 정적인 메소드

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

Delete() 공개 정적인 메소드

public static Delete ( FileInfo file ) : void
file System.IO.FileInfo
리턴 void

GetFullPath() 공개 정적인 메소드

public static GetFullPath ( string path ) : string
path string
리턴 string