ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_Rotation C# (CSharp) Метод

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

private DrawingWand_Rotation ( IntPtr Instance, double angle, IntPtr &exception ) : void
Instance System.IntPtr
angle double
exception System.IntPtr
Результат void
        public static extern void DrawingWand_Rotation(IntPtr Instance, double angle, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64