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

extend() public method

public extend ( Point2d pnt ) : BoundBox
pnt Point2d
return BoundBox
  public BoundBox extend(Point2d pnt) {
    BoundBox ret = new BoundBox(touchvgPINVOKE.BoundBox_extend(swigCPtr, Point2d.getCPtr(pnt)), false);
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }