Example #1
0
 //PointerReleased
 public void ReleasePointer(double x, double y)
 {
     if (_isPressed && _hint != null)
     {
         _hint.SetStopPoint(x, y);
         _model.FinishDraw(_hint);
     }
 }