Exemplo n.º 1
0
 public void DestroySelectionLayer()
 {
     ShowSelectionLayer = false;
     SelectionLayer.Clear();
     SelectionLayer.Transform.InitIdentity();
 }
Exemplo n.º 2
0
 public void DestroySelectionLayer()
 {
     ShowSelectionLayer = false;
     SelectionLayer.Clear();
     SelectionLayer.Offset = new PointD(0, 0);
 }