public void SetTranslation(vtkEvent VTKevent, uint widgetEvent)
 {
     vtkWidgetEventTranslator.vtkWidgetEventTranslator_SetTranslation_17(base.GetCppThis(), (VTKevent == null) ? default(HandleRef) : VTKevent.GetCppThis(), widgetEvent);
 }
 public uint GetTranslation(vtkEvent VTKEvent)
 {
     return(vtkWidgetEventTranslator.vtkWidgetEventTranslator_GetTranslation_05(base.GetCppThis(), (VTKEvent == null) ? default(HandleRef) : VTKEvent.GetCppThis()));
 }
 public int RemoveTranslation(vtkEvent e)
 {
     return(vtkWidgetEventTranslator.vtkWidgetEventTranslator_RemoveTranslation_11(base.GetCppThis(), (e == null) ? default(HandleRef) : e.GetCppThis()));
 }