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

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

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