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

contains() public method

public contains ( Point2d pnt ) : bool
pnt Point2d
return bool
  public bool contains(Point2d pnt) {
    bool ret = touchvgPINVOKE.BoundBox_contains(swigCPtr, Point2d.getCPtr(pnt));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }