ImageMagick.PathLineToVerticalAbs.IPath C# (CSharp) Method

IPath() public method

Draws this instance with the drawing wand.
public IPath ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
return void
    void IPath.Draw(IDrawingWand wand)
    {
      if (wand != null)
        wand.PathLineToVerticalAbs(Y);
    }
  }
PathLineToVerticalAbs