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

isDisjoint() public method

public isDisjoint ( BoundBox box ) : bool
box BoundBox
return bool
  public bool isDisjoint(BoundBox box) {
    bool ret = touchvgPINVOKE.BoundBox_isDisjoint(swigCPtr, BoundBox.getCPtr(box));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }