ImageMagick.PathLineToRel.PathLineToRel C# (CSharp) Метод

PathLineToRel() публичный Метод

Initializes a new instance of the PathLineToRel class.
public PathLineToRel ( ) : System.Collections.Generic
Результат System.Collections.Generic
    public PathLineToRel(params PointD[] coordinates)
    {
      _Coordinates = new PointDCoordinates(coordinates);
    }

Same methods

PathLineToRel::PathLineToRel ( IEnumerable coordinates ) : System.Collections.Generic
PathLineToRel::PathLineToRel ( double x, double y ) : System.Collections.Generic