ImageMagick.OpenCLDevice.NativeMethods.X64.OpenCLDevice_IsEnabled_Get C# (CSharp) 메소드

OpenCLDevice_IsEnabled_Get() 개인적인 메소드

private OpenCLDevice_IsEnabled_Get ( IntPtr instance ) : bool
instance System.IntPtr
리턴 bool
        public static extern bool OpenCLDevice_IsEnabled_Get(IntPtr instance);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]