ImageMagick.MagickImage.NativeMethods.X86.MagickImage_BoundingBox_Get C# (CSharp) Method

MagickImage_BoundingBox_Get() private method

private MagickImage_BoundingBox_Get ( IntPtr instance ) : IntPtr
instance System.IntPtr
return System.IntPtr
        public static extern IntPtr MagickImage_BoundingBox_Get(IntPtr instance);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86