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

isRect() public method

public isRect ( ) : bool
return bool
  public bool isRect() {
    bool ret = touchvgPINVOKE.BoundBox_isRect(swigCPtr);
    return ret;
  }