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.)

GetCursorHint

For internal use. (Inherited from PlotController.)

GetRunningAnimation

For internal use. (Inherited from PlotController.)

OnPointerDown

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

OnPointerMove

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

OnPointerUp

Implements ComponentController.OnPointerUp. 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