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

OnTouchDown

PlotController.OnTouchDown override. Called when the user touches the screen.

OnTouchMove

Implements ComponentController.OnTouchMove. Called when the user moves his finger on the screen. (Inherited from PlotController.)

OnTouchUp

Implements ComponentController.OnTouchUp. Called when the user releases his finger from the screen. (Inherited from PlotController.)

 Protected Methods

  Name Description

PlotToAxisValue

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

 See Also