28 #ifndef __vtkContextTransform_h
29 #define __vtkContextTransform_h
31 #include "vtkRenderingContext2DModule.h"
56 virtual void Translate(
float dx,
float dy);
60 virtual void Scale(
float dx,
float dy);
63 virtual void Rotate(
float angle);
87 #endif //__vtkContextTransform_h