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