touchvg.core.Point2d.negate C# (CSharp) Méthode

negate() public méthode

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