GraphicsContext
Function
Android
fun GraphicsContext(layerContainer: ViewGroup): GraphicsContext
Create a new GraphicsContext with the provided ViewGroup to contain View based layers.
Parameters
| layerContainer | ViewGroupused to containViewbased layers that are created by the returnedGraphicsContext | 
