| ThemeProcessorProcess Method |
Processes the specified input data and returns the result.
Namespace: DigitalRune.Game.UI.Content.PipelineAssembly: 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
)
Public Overrides Function Process (
theme As ThemeContent,
context As ContentProcessorContext
) As ThemeContent
public:
virtual ThemeContent^ Process(
ThemeContent^ theme,
ContentProcessorContext^ context
) override
abstract Process :
theme : ThemeContent *
context : ContentProcessorContext -> ThemeContent
override Process :
theme : ThemeContent *
context : ContentProcessorContext -> ThemeContent
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:
ThemeContentA typed object representing the processed input.
See Also