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

setToRect() public method

public setToRect ( ) : BoundBox
return BoundBox
  public BoundBox setToRect() {
    BoundBox ret = new BoundBox(touchvgPINVOKE.BoundBox_setToRect(swigCPtr), false);
    return ret;
  }