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

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

private DrawingWand_Arc ( IntPtr Instance, double startX, double startY, double endX, double endY, double startDegrees, double endDegrees, IntPtr &exception ) : void
Instance System.IntPtr
startX double
startY double
endX double
endY double
startDegrees double
endDegrees double
exception System.IntPtr
Результат void
        public static extern void DrawingWand_Arc(IntPtr Instance, double startX, double startY, double endX, double endY, double startDegrees, double endDegrees, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86