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