Click or drag to resize
DigitalRuneThemeReaderRead Method (ContentReader, Theme)
Reads a strongly typed object from the current stream.

Namespace: DigitalRune.Game.UI.Content
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected override Theme Read(
	ContentReader input,
	Theme existingInstance
)

Parameters

input
Type: ContentReader
The ContentReader used to read the object.
existingInstance
Type: DigitalRune.Game.UI.RenderingTheme
An existing object to read into.

Return Value

Type: Theme
The type of object to read.
See Also