Search
Plot2DController Methods
 


 Public Methods

  Name Description

DrawInteraction

Implements ComponentController.DrawInteraction. Draws a representation of the current state of user interaction on specified IGraphics surface. (Inherited from PlotController.)

GetRunningAnimation

For internal use. (Inherited from PlotController.)

OnMouseDown

PlotController.OnMouseDown override. Called when the user presses a mouse button.

OnMouseMove

Implements ComponentController.OnMouseMove. Called when the user moves the mouse. (Inherited from PlotController.)

OnMouseUp

Implements ComponentController.OnMouseUp. Called when the user releases a mouse button. (Inherited from PlotController.)

 Protected Methods

  Name Description

PlotToAxisValue

Converts a plot pixel position to a logical value from specified axis' coordinate system.

 See Also