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

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

Initializes a new instance of the DrawablePolygon class.
public DrawablePolygon ( ) : System.Collections.Generic
Результат System.Collections.Generic
    public DrawablePolygon(params PointD[] coordinates)
    {
      _Coordinates = new PointDCoordinates(coordinates, 3);
    }

Same methods

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