OutputPolygon constructor

OutputPolygon(
  1. int id,
  2. List<Macro> macros,
  3. LineAttributes lineAttributes,
  4. int width,
  5. int height,
  6. FillAttributes fillAttributes,
  7. PolygonType polygonType,
  8. List<Point> points,
)

Implementation

OutputPolygon(int id, List<Macro> macros, LineAttributes lineAttributes,
    int width, int height, this.fillAttributes, this.polygonType, this.points)
    : super(id, IsobusObjectType.outputPolygon, macros, lineAttributes, width,
          height);