JansenFelipe\OMR\Targets\RectangleTarget::getB PHP Method

getB() public method

Get Pointer Bottom/Right
public getB ( ) : Point
return JansenFelipe\OMR\Point
    public function getB()
    {
        return $this->b;
    }