C# 클래스 ImageMagick.OpenCL

Class that can be used to initialize OpenCL.
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
SetCacheDirectory ( string path ) : void

Sets the directory that will be used by ImageMagick to store OpenCL cache files.

메소드 상세

SetCacheDirectory() 공개 정적인 메소드

Sets the directory that will be used by ImageMagick to store OpenCL cache files.
public static SetCacheDirectory ( string path ) : void
path string The path of the OpenCL cache directory.
리턴 void