GraphicsOverlay

constructor(graphics: Iterable<Graphic> = emptyList(), renderingMode: GraphicsRenderingMode = GraphicsRenderingMode.Dynamic)

Creates a graphics overlay object containing the given graphics.

Since

200.1.0

Parameters

graphics

graphics to be added to the graphics overlay, default is an empty list

renderingMode

rendering mode to use with the graphics, default is GraphicsRenderingMode.Dynamic