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