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

rulerPoint() public method

public rulerPoint ( Point2d dir, float yoff ) : Point2d
dir Point2d
yoff float
return Point2d
  public Point2d rulerPoint(Point2d dir, float yoff) {
    Point2d ret = new Point2d(touchvgPINVOKE.Point2d_rulerPoint__SWIG_0(swigCPtr, Point2d.getCPtr(dir), yoff), true);
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }

Same methods

Point2d::rulerPoint ( Point2d dir, float xoff, float yoff ) : Point2d