| MorphTargetReaderRead Method (ContentReader, MorphTarget) |
Reads a strongly typed object from the current stream.
Namespace: DigitalRune.Graphics.ContentAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax protected override MorphTarget Read(
ContentReader input,
MorphTarget existingInstance
)
Protected Overrides Function Read (
input As ContentReader,
existingInstance As MorphTarget
) As MorphTarget
protected:
virtual MorphTarget^ Read(
ContentReader^ input,
MorphTarget^ existingInstance
) override
abstract Read :
input : ContentReader *
existingInstance : MorphTarget -> MorphTarget
override Read :
input : ContentReader *
existingInstance : MorphTarget -> MorphTarget
Parameters
- input
- Type: ContentReader
The ContentReader used to read the object. - existingInstance
- Type: DigitalRune.GraphicsMorphTarget
An existing object to read into.
Return Value
Type:
MorphTargetThe type of object to read.
See Also