Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkInteractorStyleRubberBandZoom, simply invoke its constructor as follows
obj = vtkInteractorStyleRubberBandZoom
obj
is an instance of the vtkInteractorStyleRubberBandZoom class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkInteractorStyleRubberBandZoom = obj.NewInstance ()
vtkInteractorStyleRubberBandZoom = obj.SafeDownCast (vtkObject o)
obj.OnMouseMove ()
- Event bindings
obj.OnLeftButtonDown ()
- Event bindings
obj.OnLeftButtonUp ()
- Event bindings