GraphicData constructor
GraphicData(
- int id,
- GraphicType graphicType,
- Image data
Implementation
GraphicData(int id, this.graphicType, this.data)
: super(id, IsobusObjectType.graphicData);