Eduardokum\LaravelBoleto\Boleto\Render\Pdf::risco PHP Method

risco() protected method

protected risco ( )
    protected function risco()
    {
        $this->SetLineWidth($this->large);
        $this->Line(20.3, $this->GetY(), 189.7, $this->GetY());
        $this->SetLineWidth($this->small);
    }