OutputLine constructor

OutputLine(
  1. int id,
  2. List<Macro> macros,
  3. LineAttributes lineAttributes,
  4. int width,
  5. int height,
  6. LineDirection lineDirection,
)

Implementation

OutputLine(int id, List<Macro> macros, LineAttributes lineAttributes,
    int width, int height, this.lineDirection)
    : super(id, IsobusObjectType.outputLine, macros, lineAttributes, width,
          height);