Click or drag to resize
DigitalRuneMatrix22FWriterWrite Method (ContentWriter, Matrix22F)
Compiles a strongly typed object into binary format.

Namespace: DigitalRune.Mathematics.Content.Pipeline
Assembly: 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,
	Matrix22F value
)

Parameters

output
Type: ContentWriter
The content writer serializing the value.
value
Type: DigitalRune.Mathematics.AlgebraMatrix22F
The value to write.
See Also