rdotnet/rdotnet-onboarding

GraphicsContext contains mainly null values causing Null Reference Exception

mattinglis opened this issue · 0 comments

In the WebApplication example, when the engine attempts to install the Graphics Device in _engine.install(GraphicsDevice) the code falls over in the MapPen(GraphicsContext context) function due to the fact the GraphicsDevice has mainly NULL values.

Not sure if this is a problem with the RdotNet Graphics library?