ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_Font C# (CSharp) Метод

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

private DrawingWand_Font ( IntPtr Instance, IntPtr fontName, IntPtr &exception ) : void
Instance System.IntPtr
fontName System.IntPtr
exception System.IntPtr
Результат void
        public static extern void DrawingWand_Font(IntPtr Instance, IntPtr fontName, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86