ImageMagick.PathLineToVerticalRel.IPath C# (CSharp) Метод

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

Draws this instance with the drawing wand.
public IPath ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
Результат void
    void IPath.Draw(IDrawingWand wand)
    {
      if (wand != null)
        wand.PathLineToVerticalRel(Y);
    }
  }
PathLineToVerticalRel