Click or drag to resize

VisualToStream Method

Convert a visual to a stream containing XML. Use Document.CreateVisual to turn it back into a copy of the original visual.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Stream ToStream()

Return Value

Type: Stream
A stream representing the properties of the Visual.
See Also