OutputPolygon constructor
OutputPolygon(
- int id,
- List<
Macro> macros, - LineAttributes lineAttributes,
- int width,
- int height,
- FillAttributes fillAttributes,
- PolygonType polygonType,
- List<
Point> points,
Implementation
OutputPolygon(int id, List<Macro> macros, LineAttributes lineAttributes,
int width, int height, this.fillAttributes, this.polygonType, this.points)
: super(id, IsobusObjectType.outputPolygon, macros, lineAttributes, width,
height);