public void EndSelection()
 {
     RenderingObject.EndSelection();
 }
Exemplo n.º 2
0
 /// <summary>
 /// This method stops SVG Selection mode
 /// </summary>
 internal void EndHotRegion()
 {
     RenderingObject.EndSelection();
 }