| Path3FReaderRead Method (ContentReader, Path3F) |
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 Path3F Read(
ContentReader input,
Path3F existingInstance
)
Protected Overrides Function Read (
input As ContentReader,
existingInstance As Path3F
) As Path3F
protected:
virtual Path3F^ Read(
ContentReader^ input,
Path3F^ existingInstance
) override
abstract Read :
input : ContentReader *
existingInstance : Path3F -> Path3F
override Read :
input : ContentReader *
existingInstance : Path3F -> Path3F
Parameters
- input
- Type: ContentReader
The ContentReader used to read the object. - existingInstance
- Type: DigitalRune.Mathematics.InterpolationPath3F
An existing object to read into.
Return Value
Type:
Path3FThe type of object to read.
See Also