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