Click or drag to resize
DigitalRuneTerrainRendererMeshSave Method
Writes the mesh data to the specified stream.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void Save(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is .
See Also