touchvg.core.GiCoreView.twoFingersMove C# (CSharp) Метод

twoFingersMove() публичный Метод

public twoFingersMove ( GiView view, GiGestureState state, float x1, float y1, float x2, float y2 ) : bool
view GiView
state GiGestureState
x1 float
y1 float
x2 float
y2 float
Результат bool
  public bool twoFingersMove(GiView view, GiGestureState state, float x1, float y1, float x2, float y2) {
    bool ret = touchvgPINVOKE.GiCoreView_twoFingersMove__SWIG_1(swigCPtr, GiView.getCPtr(view), (int)state, x1, y1, x2, y2);
    return ret;
  }

Same methods

GiCoreView::twoFingersMove ( GiView view, GiGestureState state, float x1, float y1, float x2, float y2, bool switchGesture ) : bool