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