| RectangleShapeReaderRead Method (ContentReader, RectangleShape) |
Reads a strongly typed object from the current stream.
Namespace: DigitalRune.Geometry.ContentAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax protected override RectangleShape Read(
ContentReader input,
RectangleShape existingInstance
)
Protected Overrides Function Read (
input As ContentReader,
existingInstance As RectangleShape
) As RectangleShape
protected:
virtual RectangleShape^ Read(
ContentReader^ input,
RectangleShape^ existingInstance
) override
abstract Read :
input : ContentReader *
existingInstance : RectangleShape -> RectangleShape
override Read :
input : ContentReader *
existingInstance : RectangleShape -> RectangleShape
Parameters
- input
- Type: ContentReader
The ContentReader used to read the object. - existingInstance
- Type: DigitalRune.Geometry.ShapesRectangleShape
An existing object to read into.
Return Value
Type:
RectangleShapeThe type of object to read.
See Also