protected function DrawBackground()
 {
     parent::DrawBackground();
     $_1gktf6y6w8pqx5ud1fpym = new LBD_RandomLines();
     $_1gktf6y6w8pqx5ud1fpym->Prototype->Outline = LBD_LineStyle::Single(LBD_LineLayer::Solid($this->m_Graphics->GetHeight() / 20, $this->TextColor));
     $_1gktf6y6w8pqx5ud1fpym->Prototype->Transform->Rotation->Angle = LBD_RandomizationHelper::RandomFromRange(-5, 5);
     $_1gktf6y6w8pqx5ud1fpym->SurfacePercentage = 10;
     $_1gktf6y6w8pqx5ud1fpym->Draw($this->m_Graphics);
 }