ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_RoundRectangle C# (CSharp) Метод

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

private DrawingWand_RoundRectangle ( IntPtr Instance, double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight, IntPtr &exception ) : void
Instance System.IntPtr
centerX double
centerY double
width double
height double
cornerWidth double
cornerHeight double
exception System.IntPtr
Результат void
        public static extern void DrawingWand_RoundRectangle(IntPtr Instance, double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86