Click or drag to resize
DigitalRuneThemeContent Constructor
Initializes a new instance of the ThemeContent class.

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 ThemeContent(
	ContentIdentity identity,
	XDocument description
)

Parameters

identity
Type: ContentIdentity
The identity of the content item.
description
Type: System.Xml.LinqXDocument
The theme description (XML file).
See Also