OutputLine constructor
OutputLine(
- int id,
- List<
Macro> macros, - LineAttributes lineAttributes,
- int width,
- int height,
- 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);