Inheritance diagram for NPlot::Windows::PlotSurface2D::Interactions::RubberBandSelection:
Public Member Functions | |
override void | DoMouseDown (MouseEventArgs e, Control ctr) |
override void | DoMouseMove (MouseEventArgs e, Control ctr, KeyEventArgs lastKeyEventArgs) |
override void | DoMouseUp (MouseEventArgs e, Control ctr) |
Private Member Functions | |
void | DrawRubberBand (Point start, Point end, System.Windows.Forms.Control ctr) |
Draws a rectangle representing selection area. | |
Private Attributes | |
bool | selectionInitiated_ = false |
Point | startPoint_ = new Point(-1, -1) |
Point | endPoint_ = new Point(-1, -1) |
Point | unset_ = new Point(-1, -1) |
Definition at line 1211 of file Windows.PlotSurface2D.cs.
|
Definition at line 1220 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1237 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1264 of file Windows.PlotSurface2D.cs. |
|
Draws a rectangle representing selection area.
Definition at line 1319 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1367 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1213 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1366 of file Windows.PlotSurface2D.cs. |
|
Definition at line 1369 of file Windows.PlotSurface2D.cs. |