ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_SkewY C# (CSharp) 메소드

DrawingWand_SkewY() 개인적인 메소드

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