touchvg.core.BoundBox.set C# (CSharp) Method

set() public method

public set ( Point2d pnt1, Point2d pnt2 ) : BoundBox
pnt1 Point2d
pnt2 Point2d
return BoundBox
  public BoundBox set(Point2d pnt1, Point2d pnt2) {
    BoundBox ret = new BoundBox(touchvgPINVOKE.BoundBox_set__SWIG_0(swigCPtr, Point2d.getCPtr(pnt1), Point2d.getCPtr(pnt2)), false);
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }

Same methods

BoundBox::set ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : BoundBox