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

set() public méthode

public set ( float xx, float yy ) : Point2d
xx float
yy float
Résultat Point2d
  public Point2d set(float xx, float yy) {
    Point2d ret = new Point2d(touchvgPINVOKE.Point2d_set(swigCPtr, xx, yy), false);
    return ret;
  }