Re: [ROOT] Border line around pad

From: Rene Brun (Rene.Brun@cern.ch)
Date: Wed Jul 31 2002 - 00:24:05 MEST


No options currently. Do, eg:
  TBox b(gPad->GetX1(),gPad->GetY1(),gPad->GetX2(),gPad->GetY2())
  b.SetFillStyle(0)
  b.SetLineWidth(4);
  b.Draw()         


Rene Brun


On Tue, 30 Jul 2002, Alexander Dietz wrote:

> Hello Rooters,
> 
> how can I draw a border line around a pad?
> 
> 
>     Alex
> 
> 



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:02 MET