C# Class OxyPlot.MouseAction

Inheritance: IMouseAction
Afficher le fichier Open project: janbert/VSTiBox

Protected Properties

Свойство Type Description
pc IPlotControl

Méthodes publiques

Méthode Description
OnMouseDown ( OxyPlot.ScreenPoint pt, OxyMouseButton button, int clickCount, bool control, bool shift, bool alt ) : void
OnMouseMove ( OxyPlot.ScreenPoint pt, bool control, bool shift, bool alt ) : void
OnMouseUp ( ) : void
OnMouseWheel ( OxyPlot.ScreenPoint pt, double delta, bool control, bool shift, bool alt ) : void

Méthodes protégées

Méthode Description
MouseAction ( IPlotControl pc )

Method Details

MouseAction() protected méthode

protected MouseAction ( IPlotControl pc )
pc IPlotControl

OnMouseDown() public méthode

public OnMouseDown ( OxyPlot.ScreenPoint pt, OxyMouseButton button, int clickCount, bool control, bool shift, bool alt ) : void
pt OxyPlot.ScreenPoint
button OxyMouseButton
clickCount int
control bool
shift bool
alt bool
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( OxyPlot.ScreenPoint pt, bool control, bool shift, bool alt ) : void
pt OxyPlot.ScreenPoint
control bool
shift bool
alt bool
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( ) : void
Résultat void

OnMouseWheel() public méthode

public OnMouseWheel ( OxyPlot.ScreenPoint pt, double delta, bool control, bool shift, bool alt ) : void
pt OxyPlot.ScreenPoint
delta double
control bool
shift bool
alt bool
Résultat void

Property Details

pc protected_oe property

protected IPlotControl pc
Résultat IPlotControl