ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_Viewbox C# (CSharp) Méthode

DrawingWand_Viewbox() private méthode

private DrawingWand_Viewbox ( IntPtr Instance, double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY, IntPtr &exception ) : void
Instance System.IntPtr
upperLeftX double
upperLeftY double
lowerRightX double
lowerRightY double
exception System.IntPtr
Résultat void
        public static extern void DrawingWand_Viewbox(IntPtr Instance, double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY, out IntPtr exception);
      }
DrawingWand.NativeMethods.X86