Renderers Tutorial |
Renderers are used to draw additional features on a map. Any object that you want to draw on a map should implement the IMapRenderer interface. This tutorial demonstrates the basics of using renderers in your own applications.
This tutorial demonstrates how to place a circle at a number of points of interest on a map.
The tutorial is divided into the following sections:
In this section we create a simple form with a Map object.
In this section we implement our own IMapRenderer.
Finally, we instruct the Map to use our IMapRenderer.