OutputEllipse constructor

OutputEllipse(
  1. int id,
  2. List<Macro> macros,
  3. LineAttributes lineAttributes,
  4. int width,
  5. int height,
  6. EllipseType ellipseType,
  7. int startAngle,
  8. int endAngle,
  9. FillAttributes fillAttributes,
)

Implementation

OutputEllipse(
    int id,
    List<Macro> macros,
    LineAttributes lineAttributes,
    int width,
    int height,
    this.ellipseType,
    this.startAngle,
    this.endAngle,
    this.fillAttributes)
    : super(id, IsobusObjectType.outputEllipse, macros, lineAttributes, width,
          height);