I have created a custom renderer. My implementation of the Draw method requires that I know the scale of the map that is currently being rendered.
How do I get this information?
Currently I store the Map with the renderer but this isn't a general enough solution. If the user copies the layer using this renderer to another map, that layer would no longer be rendered properly.