JansenFelipe\OMR\Targets\RectangleTarget::getB PHP 메소드

getB() 공개 메소드

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