OutputEllipse constructor
OutputEllipse(
- int id,
- List<
Macro> macros, - LineAttributes lineAttributes,
- int width,
- int height,
- EllipseType ellipseType,
- int startAngle,
- int endAngle,
- 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);