GraphicsContext constructor
GraphicsContext(
- int id,
- int viewPortWidth,
- int viewPortHeight,
- int viewPortX,
- int viewPortY,
- int canvasWidth,
- int canvasHeight,
- Float viewPortZoom,
- int graphicsCursorX,
- int graphicsCursorY,
- IsobusColor foregroundColor,
- IsobusColor backgroundColor,
- FontAttributes fontAttributes,
- LineAttributes lineAttributes,
- FillAttributes fillAttributes,
- ColorFormat colorFormat,
- GraphicsContextOptions options,
- IsobusColor transparencyColor,
Implementation
GraphicsContext(
int id,
this.viewPortWidth,
this.viewPortHeight,
this.viewPortX,
this.viewPortY,
this.canvasWidth,
this.canvasHeight,
this.viewPortZoom,
this.graphicsCursorX,
this.graphicsCursorY,
this.foregroundColor,
this.backgroundColor,
this.fontAttributes,
this.lineAttributes,
this.fillAttributes,
this.colorFormat,
this.options,
this.transparencyColor)
: super(id, IsobusObjectType.graphicsContext);