ImageMagick.PathLineToRel.PathLineToRel C# (CSharp) Method

PathLineToRel() public method

Initializes a new instance of the PathLineToRel class.
public PathLineToRel ( ) : System.Collections.Generic
return 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