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

LineToRel() 공개 메소드

Initializes a new instance of the PathLineToRel class.
public LineToRel ( ) : Paths
리턴 Paths
    public Paths LineToRel(params PointD[] coordinates)
    {
      _Paths.Add(new PathLineToRel(coordinates));
      return this;
    }

Same methods

Paths::LineToRel ( IEnumerable coordinates ) : Paths
Paths::LineToRel ( double x, double y ) : Paths