Click or drag to resize
DigitalRuneCurveKey2FReaderRead Method (ContentReader, CurveKey2F)
Reads a strongly typed object from the current stream.

Namespace: DigitalRune.Mathematics.Content
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
protected override CurveKey2F Read(
	ContentReader input,
	CurveKey2F existingInstance
)

Parameters

input
Type: ContentReader
The ContentReader used to read the object.
existingInstance
Type: DigitalRune.Mathematics.InterpolationCurveKey2F
An existing object to read into.

Return Value

Type: CurveKey2F
The type of object to read.
See Also