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

DrawingWand_PathStart() private method

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