Search
XmlPersistContext.WriteShape Method
See Also
 






Writes the specified shape with the specified name.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XElement WriteShape (
    Shape shape,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteShape( _
    shape As Shape, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

shape

elementName

parentElement

 Return Value

 See Also