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