ROOT  6.06/08
Reference Guide
graf2d/gpad/doc/index.md
Go to the documentation of this file.
1 \defgroup Graphics Graphics
2 \brief The graphics related classes
3 \defgroup Graphics2D 2D Graphics
4 \ingroup Graphics
5 \brief The 2D graphics related classes
6 \defgroup gpad Graphics pad
7 \ingroup Graphics2D
8 \brief The TPad related classes
9 
10 TPad and TPad's related classes' usages are illustrated by the following examples:
11 
12  - [The Graphics Pad.](http://root.cern.ch/drupal/content/graphics-pad)
13  - [How to Draw objects.](http://root.cern.ch/drupal/content/how-draw-objects)
14  - [How to Pick objects.](http://root.cern.ch/drupal/content/how-pick-objects)
15  - [Dividing a canvas with no margins between pads.](http://root.cern.ch/root/html/tutorials/graphs/zones.C.html)
16  - [Using transparent pads.](http://root.cern.ch/root/html/tutorials/hist/transpad.C.html)