A base class for controllers implementing user interaction with Plot components.
The following tables list the members exposed by the PlotController type.
Name | Description | |
---|---|---|
Initializes a new instance of the PlotController class. |
Name | Description | |
---|---|---|
The current RenderContext. |
Name | Description | |
---|---|---|
Gets the component controlled by this PlotController. |
Name | Description | |
---|---|---|
Implements ComponentController.DrawInteraction. Draws a representation of the current state of user interaction on specified IGraphics surface. |
||
For internal use. |
||
Implements ComponentController.OnTouchDown. Called when the user touches the screen. |
||
Implements ComponentController.OnTouchMove. Called when the user moves his finger on the screen. |
||
Implements ComponentController.OnTouchUp. Called when the user releases his finger from the screen. |