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

DrawingWand_StrokeMiterLimit() private méthode

private DrawingWand_StrokeMiterLimit ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
Instance System.IntPtr
value System.UIntPtr
exception System.IntPtr
Résultat void
        public static extern void DrawingWand_StrokeMiterLimit(IntPtr Instance, UIntPtr value, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86