Exemplo n.º 1
0
 private void OnGestureInk(esriEngineInkGesture p_gesture, object p_point)
 {
     //Report to the user that a Gesture has been made
     lblCollectingStatus.Text = "Gesture Made Sketch";
 }
        private void OnGestureInk(esriEngineInkGesture p_gesture, object p_point)
		{
            //Report to the user that a Gesture has been made
            lblCollectingStatus.Text = "Gesture Made Sketch";
		}