ImageMagick.OpenCLDevice.NativeMethods.X86.OpenCLDevice_IsEnabled_Get C# (CSharp) Method

OpenCLDevice_IsEnabled_Get() private method

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