Click or drag to resize
DigitalRuneThemeProcessorProcess Method
Processes the specified input data and returns the result.

Namespace: DigitalRune.Game.UI.Content.Pipeline
Assembly: DigitalRune.Game.UI.Content.Pipeline (in DigitalRune.Game.UI.Content.Pipeline.dll) Version: 1.7.0.0 (1.7.0.14427)
Syntax
public override ThemeContent Process(
	ThemeContent theme,
	ContentProcessorContext context
)

Parameters

theme
Type: DigitalRune.Game.UI.Content.PipelineThemeContent
Existing content object being processed.
context
Type: ContentProcessorContext
Contains any required custom process parameters.

Return Value

Type: ThemeContent
A typed object representing the processed input.
See Also