Interaction logic for DistanceAdorner.xaml
Inheritance: Tool, IScreenService
Exemplo n.º 1
0
 private void StartStretchEW(object sender, EventArgs e)
 {
     CurrentService = new DistanceTool(StretchMode.EastWest, this);
 }
Exemplo n.º 2
0
 private void StartStretchNS(object sender, EventArgs e)
 {
     CurrentService = new DistanceTool(StretchMode.NorthSouth, this);
 }