ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_TextInterwordSpacing C# (CSharp) Method

DrawingWand_TextInterwordSpacing() private method

private DrawingWand_TextInterwordSpacing ( IntPtr Instance, double value, IntPtr &exception ) : void
Instance System.IntPtr
value double
exception System.IntPtr
return void
        public static extern void DrawingWand_TextInterwordSpacing(IntPtr Instance, double value, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86