ImageMagick.DrawingWand.NativeDrawingWand.TextDirection C# (CSharp) Метод

TextDirection() публичный Метод

public TextDirection ( TextDirection value ) : void
value TextDirection
Результат void
      public void TextDirection(TextDirection value)
      {
        IntPtr exception = IntPtr.Zero;
        #if ANYCPU
        if (NativeLibrary.Is64Bit)
        #endif
        #if WIN64 || ANYCPU
        NativeMethods.X64.DrawingWand_TextDirection(Instance, (UIntPtr)value, out exception);
        #endif
        #if ANYCPU
        else
        #endif
        #if !WIN64 || ANYCPU
        NativeMethods.X86.DrawingWand_TextDirection(Instance, (UIntPtr)value, out exception);
        #endif
        CheckException(exception);
      }
      public void TextEncoding(string encoding)