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