ImageMagick.PixelCollection.NativeMethods.X64.PixelCollection_Create C# (CSharp) Метод

PixelCollection_Create() приватный Метод

private PixelCollection_Create ( IntPtr image, IntPtr &exception ) : IntPtr
image System.IntPtr
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr PixelCollection_Create(IntPtr image, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]