| CylinderShapeWriterWrite Method (ContentWriter, CylinderShape) |
Compiles a strongly typed object into binary format.
Namespace: DigitalRune.Geometry.Content.PipelineAssembly: DigitalRune.Geometry.Content.Pipeline (in DigitalRune.Geometry.Content.Pipeline.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax protected override void Write(
ContentWriter output,
CylinderShape value
)
Protected Overrides Sub Write (
output As ContentWriter,
value As CylinderShape
)
protected:
virtual void Write(
ContentWriter^ output,
CylinderShape^ value
) override
abstract Write :
output : ContentWriter *
value : CylinderShape -> unit
override Write :
output : ContentWriter *
value : CylinderShape -> unit
Parameters
- output
- Type: ContentWriter
The content writer serializing the value. - value
- Type: DigitalRune.Geometry.ShapesCylinderShape
The value to write.
See Also