touchvg.core.Point2d.offset C# (CSharp) Method

offset() public method

public offset ( Vector2d vec ) : void
vec Vector2d
return void
  public void offset(Vector2d vec) {
    touchvgPINVOKE.Point2d_offset__SWIG_1(swigCPtr, Vector2d.getCPtr(vec));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
  }

Same methods

Point2d::offset ( float dx, float dy ) : void