SetArrows() 공개 메소드

public SetArrows ( bool inRange, bool animated ) : void
inRange bool
animated bool
리턴 void
예제 #1
0
 public void foundPossibleResultPoint(ResultPoint point)
 {
     if (point != null)
     {
         _view.SetArrows(true, true);
     }
     else
     {
         _view.SetArrows(false, true);
     }
 }