PictureGraphic constructor

PictureGraphic(
  1. int id,
  2. int width,
  3. int actualWidth,
  4. int actualHeight,
  5. ColorFormat colorFormat,
  6. PictureGraphicOptions options,
  7. IsobusColor transparencyColor,
  8. Image image,
  9. List<Macro> macros,
)

Implementation

PictureGraphic(
    int id,
    this.width,
    this.actualWidth,
    this.actualHeight,
    this.colorFormat,
    this.options,
    this.transparencyColor,
    this.image,
    List<Macro> macros)
    : super(id, IsobusObjectType.pictureGraphic, macros);