Search
PlotController Members
Constructors Fields Properties Methods
 


A base class for controllers implementing user interaction with Plot components.

The following tables list the members exposed by the PlotController type.

 Public Constructors

  Name Description

PlotController

Initializes a new instance of the PlotController class.

 Protected Fields

  Name Description

renderContext

The current RenderContext.

 Public Properties

  Name Description

Component

Gets the component controlled by this PlotController.

 Public Methods

  Name Description

DrawInteraction

Implements ComponentController.DrawInteraction. Draws a representation of the current state of user interaction on specified IGraphics surface.

GetRunningAnimation

For internal use.

OnTouchDown

Implements ComponentController.OnTouchDown. Called when the user touches the screen.

OnTouchMove

Implements ComponentController.OnTouchMove. Called when the user moves his finger on the screen.

OnTouchUp

Implements ComponentController.OnTouchUp. Called when the user releases his finger from the screen.

 See Also