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