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