ImageMagick.DrawablePolygon.DrawablePolygon C# (CSharp) Method

DrawablePolygon() public method

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

Same methods

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