ImageMagick.PathLineToAbs.PathLineToAbs C# (CSharp) Method

PathLineToAbs() public method

Initializes a new instance of the PathLineToAbs class.
public PathLineToAbs ( ) : System.Collections.Generic
return System.Collections.Generic
    public PathLineToAbs(params PointD[] coordinates)
    {
      _Coordinates = new PointDCoordinates(coordinates);
    }

Same methods

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