NPlot::ISurface Interface Reference

All PlotSurface's implement this interface. More...

Inheritance diagram for NPlot::ISurface:

NPlot::Windows::PlotSurface2D List of all members.

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.

Detailed Description

All PlotSurface's implement this interface.

Some of the parameter lists will change to be made more uniform.

Definition at line 62 of file ISurface.cs.


Member Function Documentation

void NPlot::ISurface::DoMouseDown MouseEventArgs  e  ) 
 

Provides functionality for handling mouse down events.

Parameters:
e mouse event args

Implemented in NPlot::Windows::PlotSurface2D.

void NPlot::ISurface::DoMouseMove MouseEventArgs  e,
System.Windows.Forms.Control  ctr
 

Provides functionality for handling mouse move events.

Parameters:
e mouse event args
ctr the control

Implemented in NPlot::Windows::PlotSurface2D.

void NPlot::ISurface::DoMouseUp MouseEventArgs  e,
System.Windows.Forms.Control  ctr
 

Provides functionality for handling mouse up events.

Parameters:
e mouse event args
ctr the control

Implemented in NPlot::Windows::PlotSurface2D.

void NPlot::ISurface::DoPaint PaintEventArgs  pe,
int  width,
int  height
 

Provides functionality for drawing the control.

Parameters:
pe paint event args
width width of the control.
height height of the control.

Implemented in NPlot::Windows::PlotSurface2D.


The documentation for this interface was generated from the following file:
Generated on Sat Nov 5 01:04:08 2005 for NPlot by  doxygen 1.4.5