NPlot Documented Class Library

PlotSurface2D.Interactions.Interaction.DoMouseUp Method 

[This is preliminary documentation and subject to change.]

Handler for this interaction if a mouse up event is received.

public virtual bool DoMouseUp(
   MouseEventArgs e,
   Control ctr
);

Parameters

e
event args
ctr
reference to the control

Return Value

true if plot surface needs refreshing.

See Also

PlotSurface2D.Interactions.Interaction Class | NPlot.Windows Namespace