Grafika\DrawingObject\Rectangle::getBorderColor PHP Method

getBorderColor() public method

public getBorderColor ( ) : Color
return Grafika\Color
    public function getBorderColor()
    {
        return $this->borderColor;
    }