Inheritance diagram for NPlot::Windows::PlotSurface2D::Interactions::AxisDrag:
Public Member Functions | |
AxisDrag (bool enableDragWithCtr) | |
override void | DoMouseDown (MouseEventArgs e, Control ctr) |
override void | DoMouseMove (MouseEventArgs e, Control ctr, KeyEventArgs lastKeyEventArgs) |
override void | DoMouseUp (MouseEventArgs e, Control ctr) |
Properties | |
float | Sensitivity |
Private Attributes | |
bool | enableDragWithCtr_ = false |
Axis | axis_ = null |
bool | doing_ = false |
Point | lastPoint_ = new Point() |
PhysicalAxis | physicalAxis_ = null |
Point | startPoint_ = new Point() |
float | sensitivity_ = 200.0f |
Definition at line 1948 of file Windows.PlotSurface2D.cs.
|
Definition at line 1955 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1974 of file Windows.PlotSurface2D.cs. |
|
Definition at line 2025 of file Windows.PlotSurface2D.cs. |
|
Definition at line 2077 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1962 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1963 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1960 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1964 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1965 of file Windows.PlotSurface2D.cs. |
|
Definition at line 2087 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1966 of file Windows.PlotSurface2D.cs. |
|
Definition at line 2094 of file Windows.PlotSurface2D.cs. |