VTK
|
A structure to represent pixel coordinates for text or swatch bounds. More...
#include <vtkScalarBarActorInternal.h>
Public Attributes | |
vtkTuple< int, 2 > | Posn |
The position of the box in viewport (pixel) coordinates. More... | |
vtkTuple< int, 2 > | Size |
Size of the box, stored as (thickness, length) not (width, height). More... | |
A structure to represent pixel coordinates for text or swatch bounds.
Definition at line 37 of file vtkScalarBarActorInternal.h.
The position of the box in viewport (pixel) coordinates.
Definition at line 40 of file vtkScalarBarActorInternal.h.
Size of the box, stored as (thickness, length) not (width, height).
Thickness is a measure of the box size perpendicular to the long axis of the scalar bar. When the scalar bar orientation is horizontal, thickness measures height. Length is a measure of the box size parallel to the long axis of the scalar bar. When the scalar bar orientation is horizontal, length measures width.
Definition at line 49 of file vtkScalarBarActorInternal.h.