Logo ROOT   6.14/05
Reference Guide
Classes
TPad coordinate systems

These define typesafe coordinates used by TPad to identify which coordinate system a coordinate is referring to.

The origin (0,0) is in the TPad's bottom left corner for all of them.

Classes

class  ROOT::Experimental::TPadLength::Normal
 A normalized coordinate: 0 in the left, bottom corner, 1 in the top, right corner of the TPad. More...
 
class  ROOT::Experimental::TPadLength::Pixel
 A pixel coordinate: 0 in the left, bottom corner, 1 in the top, right corner of the TPad. More...
 
class  ROOT::Experimental::TPadLength::User
 A user coordinate, as defined by the EUserCoordSystem parameter of the TPad. More...