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

DrawingWand_SkewX() private method

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