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

Namespace: DigitalRune.Geometry.Content
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
protected override PerspectiveViewVolume Read(
	ContentReader input,
	PerspectiveViewVolume existingInstance
)

Parameters

input
Type: ContentReader
The ContentReader used to read the object.
existingInstance
Type: DigitalRune.Geometry.ShapesPerspectiveViewVolume
An existing object to read into.

Return Value

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