Draw ellipses. 
  
{
   auto pel = 
new TPaveLabel(0.1, 0.8, 0.9, 0.95, 
"Examples of Ellipses");
 
   auto el4 = 
new TEllipse(0.75, 0.25, .2, .15, 45, 315, 62);
 
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
A Pave (see TPave) with a text centered in the Pave.
 
- Author
 - Rene Brun 
 
Definition in file ellipse.C.