C# Class OxyPlot.MouseAction

Inheritance: IMouseAction
显示文件 Open project: janbert/VSTiBox

Protected Properties

Property Type Description
pc IPlotControl

Public Methods

Method 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

Protected Methods

Method Description
MouseAction ( IPlotControl pc )

Method Details

MouseAction() protected method

protected MouseAction ( IPlotControl pc )
pc IPlotControl

OnMouseDown() public method

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
return void

OnMouseMove() public method

public OnMouseMove ( OxyPlot.ScreenPoint pt, bool control, bool shift, bool alt ) : void
pt OxyPlot.ScreenPoint
control bool
shift bool
alt bool
return void

OnMouseUp() public method

public OnMouseUp ( ) : void
return void

OnMouseWheel() public method

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
return void

Property Details

pc protected_oe property

protected IPlotControl pc
return IPlotControl