ImageMagick.PathLineToHorizontalAbs.IPath C# (CSharp) Méthode

IPath() public méthode

Draws this instance with the drawing wand.
public IPath ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
Résultat void
    void IPath.Draw(IDrawingWand wand)
    {
      if (wand != null)
        wand.PathLineToHorizontalAbs(X);
    }
  }
PathLineToHorizontalAbs