PictureGraphic constructor
PictureGraphic(
- int id,
- int width,
- int actualWidth,
- int actualHeight,
- ColorFormat colorFormat,
- PictureGraphicOptions options,
- IsobusColor transparencyColor,
- Image image,
- 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);