ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_Line C# (CSharp) Method

DrawingWand_Line() private method

private DrawingWand_Line ( IntPtr Instance, double startX, double startY, double endX, double endY, IntPtr &exception ) : void
Instance System.IntPtr
startX double
startY double
endX double
endY double
exception System.IntPtr
return void
        public static extern void DrawingWand_Line(IntPtr Instance, double startX, double startY, double endX, double endY, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64