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.

OnMouseDown

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

OnMouseMove

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

OnMouseUp

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

 See Also