OutputRectangle constructor

OutputRectangle(
  1. int id,
  2. List<Macro> macros,
  3. LineAttributes lineAttributes,
  4. int width,
  5. int height,
  6. LineSupression lineSupression,
  7. FillAttributes fillAttributes,
)

Implementation

OutputRectangle(int id, List<Macro> macros, LineAttributes lineAttributes,
    int width, int height, this.lineSupression, this.fillAttributes)
    : super(id, IsobusObjectType.outputRectangle, macros, lineAttributes,
          width, height);