Search
RenderContext Members
Constructors Methods
 


Provides contextual information about the dashboard to its child components when calling their draw, layout and user input methods.

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

 Public Constructors

  Name Description

RenderContext

Initializes a new instance of the RenderContext class.

 Public Methods

  Name Description

getClipRect

Gets the clip rectangle relative to specified Component.

getClipRectF

Gets the clip rectangle relative to specified Component.

getComponent

Gets the Component currently being painted.

getGraphics

Gets the current drawing surface.

getTag

Gets a tag value assigned to their RenderContext.

getTheme

Gets the Theme used to resolve appearance attributes.

getXAxis

Overloaded. Gets the x-axis associated with the parent plot or chart.

getYAxis

Overloaded. Gets the y-axis associated with the parent plot or chart.

globalXAxis

Gets the chart's X-Axis.

globalYAxis

Gets the chart's Y-Axis.

setComponent

Sets the Component currently being painted.

setGraphics

Sets the current drawing surface.

setTag

Sets an Object as a tag for this RenderContext.

setTheme

Sets the Theme used to resolve appearance attributes.

textStyle

Gets the TextStyle from the current Theme using the specified TextStyleHint.

 See Also