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

negate() public method

public negate ( ) : Vector2d
return Vector2d
  public Vector2d negate() {
    Vector2d ret = new Vector2d(touchvgPINVOKE.Point2d_negate(swigCPtr), true);
    return ret;
  }