ImageMagick.DrawablePolyline.DrawablePolyline C# (CSharp) Method

DrawablePolyline() public method

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

Same methods

DrawablePolyline::DrawablePolyline ( IEnumerable coordinates ) : System.Collections.Generic