Search
PersistContext.SaveShape Method
See Also
 





Saves the specified shape to the underlying stream.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveShape (
    Shape shape
)

Visual Basic  Copy Code

Public Sub SaveShape( _
    shape As Shape _
)

 Parameters

shape

A Shape to be serialized.

 See Also