ImageMagick.Paths.MoveToRel C# (CSharp) 메소드

MoveToRel() 공개 메소드

Initializes a new instance of the PathMoveToRel class.
public MoveToRel ( PointD coordinate ) : Paths
coordinate PointD The coordinate to use.
리턴 Paths
    public Paths MoveToRel(PointD coordinate)
    {
      _Paths.Add(new PathMoveToRel(coordinate));
      return this;
    }

Same methods

Paths::MoveToRel ( double x, double y ) : Paths