ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_TextAlignment C# (CSharp) 메소드

DrawingWand_TextAlignment() 개인적인 메소드

private DrawingWand_TextAlignment ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
Instance System.IntPtr
value System.UIntPtr
exception System.IntPtr
리턴 void
        public static extern void DrawingWand_TextAlignment(IntPtr Instance, UIntPtr value, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64