Inheritance diagram for NPlot::ISurface:
Public Member Functions | |
void | DoPaint (PaintEventArgs pe, int width, int height) |
Provides functionality for drawing the control. | |
void | DoMouseUp (MouseEventArgs e, System.Windows.Forms.Control ctr) |
Provides functionality for handling mouse up events. | |
void | DoMouseMove (MouseEventArgs e, System.Windows.Forms.Control ctr) |
Provides functionality for handling mouse move events. | |
void | DoMouseDown (MouseEventArgs e) |
Provides functionality for handling mouse down events. |
Some of the parameter lists will change to be made more uniform.
Definition at line 62 of file ISurface.cs.
|
Provides functionality for handling mouse down events.
Implemented in NPlot::Windows::PlotSurface2D. |
|
Provides functionality for handling mouse move events.
Implemented in NPlot::Windows::PlotSurface2D. |
|
Provides functionality for handling mouse up events.
Implemented in NPlot::Windows::PlotSurface2D. |
|
Provides functionality for drawing the control.
Implemented in NPlot::Windows::PlotSurface2D. |