ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_Polygon C# (CSharp) Méthode

DrawingWand_Polygon() private méthode

private DrawingWand_Polygon ( IntPtr Instance, IntPtr coordinates, UIntPtr length, IntPtr &exception ) : void
Instance System.IntPtr
coordinates System.IntPtr
length System.UIntPtr
exception System.IntPtr
Résultat void
        public static extern void DrawingWand_Polygon(IntPtr Instance, IntPtr coordinates, UIntPtr length, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64