Inheritance diagram for NPlot::Windows::PlotSurface2D::Interactions::Interaction:
Public Member Functions | |||||||
virtual void | DoMouseDown (MouseEventArgs e, System.Windows.Forms.Control ctr) | ||||||
Handler for mouse down event. | |||||||
virtual void | DoMouseUp (MouseEventArgs e, System.Windows.Forms.Control ctr) | ||||||
| |||||||
virtual void | DoMouseMove (MouseEventArgs e, System.Windows.Forms.Control ctr, KeyEventArgs lastKeyEventArgs) | ||||||
| |||||||
virtual void | DoMouseWheel (MouseEventArgs e, System.Windows.Forms.Control ctr) | ||||||
| |||||||
virtual void | DoPaint (PaintEventArgs pe, int width, int height) |
All methods are virtual. Not abstract as not all interactions need to use all methods. Default functionality for each method is to do nothing.
Definition at line 1166 of file Windows.PlotSurface2D.cs.
|
Handler for mouse down event.
Definition at line 1173 of file Windows.PlotSurface2D.cs. |
|
Reimplemented in NPlot::Windows::PlotSurface2D::Interactions::HorizontalGuideline, and NPlot::Windows::PlotSurface2D::Interactions::VerticalGuideline. Definition at line 1188 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1180 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1195 of file Windows.PlotSurface2D.cs. |
|
Reimplemented in NPlot::Windows::PlotSurface2D::Interactions::HorizontalGuideline, and NPlot::Windows::PlotSurface2D::Interactions::VerticalGuideline. Definition at line 1203 of file Windows.PlotSurface2D.cs. |