MindFusion.Mapping Programmer's Guide

Shape.SaveTo Method

See Also
 






Saves this shape to the specified stream.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public abstract void SaveTo (
    BinaryWriter writer
)

Visual Basic  Copy Code

Public MustOverride Sub SaveTo( _
    writer As BinaryWriter _
)

 Parameters

writer

A BinaryWriter used to write the shape's data to a stream.

 See Also