Writes the specified anchor point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
Syntax
C#
Copy Code
|
---|
public XmlElement WriteAnchorPoint ( AnchorPoint anchorPoint, string elementName, XmlElement parentElement ) |
Visual Basic
Copy Code
|
---|
Public Function WriteAnchorPoint( _ anchorPoint As AnchorPoint, _ elementName As String, _ parentElement As XmlElement _ ) As XmlElement |
Parameters
Return Value
See Also