ImageMagick.PointInfoCollection.NativeMethods.X86.PointInfoCollection_Create C# (CSharp) Method

PointInfoCollection_Create() private method

private PointInfoCollection_Create ( UIntPtr length ) : IntPtr
length System.UIntPtr
return System.IntPtr
        public static extern IntPtr PointInfoCollection_Create(UIntPtr length);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]