touchvg.core.Point2d.negate C# (CSharp) Метод

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

public negate ( ) : Vector2d
Результат Vector2d
  public Vector2d negate() {
    Vector2d ret = new Vector2d(touchvgPINVOKE.Point2d_negate(swigCPtr), true);
    return ret;
  }