ImageMagick.PixelCollection.NativeMethods.X86.PixelCollection_Create C# (CSharp) Method

PixelCollection_Create() private method

private PixelCollection_Create ( IntPtr image, IntPtr &exception ) : IntPtr
image System.IntPtr
exception System.IntPtr
return System.IntPtr
        public static extern IntPtr PixelCollection_Create(IntPtr image, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]