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.

GetCursorHint

For internal use.

GetRunningAnimation

For internal use.

OnPointerDown

Implements ComponentController.OnPointerDown. Called when the user presses a mouse button.

OnPointerMove

Implements ComponentController.OnPointerMove. Called when the user moves the mouse.

OnPointerUp

Implements ComponentController.OnPointerUp. Called when the user releases a mouse button.

 See Also