Example #1
0
 void IContentElement.RenderText(MapGraphics g, HotRegionList hotRegions)
 {
     if (Shapes.Count > 0)
     {
         RenderText(g);
     }
 }
Example #2
0
 void IContentElement.RenderFront(MapGraphics g, HotRegionList hotRegions)
 {
 }