| PathKey3FReaderRead Method (ContentReader, PathKey3F) |
Reads a strongly typed object from the current stream.
Namespace: DigitalRune.Mathematics.ContentAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax protected override PathKey3F Read(
ContentReader input,
PathKey3F existingInstance
)
Protected Overrides Function Read (
input As ContentReader,
existingInstance As PathKey3F
) As PathKey3F
protected:
virtual PathKey3F^ Read(
ContentReader^ input,
PathKey3F^ existingInstance
) override
abstract Read :
input : ContentReader *
existingInstance : PathKey3F -> PathKey3F
override Read :
input : ContentReader *
existingInstance : PathKey3F -> PathKey3F
Parameters
- input
- Type: ContentReader
The ContentReader used to read the object. - existingInstance
- Type: DigitalRune.Mathematics.InterpolationPathKey3F
An existing object to read into.
Return Value
Type:
PathKey3FThe type of object to read.
See Also