ImageMagick.MagickImage.NativeMethods.X86.MagickImage_BoundingBox_Get C# (CSharp) Méthode

MagickImage_BoundingBox_Get() private méthode

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