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

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

Initializes a new instance of the PathLineToAbs class.
public PathLineToAbs ( ) : System.Collections.Generic
Результат 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