Writes the specified PointCollection as a XML element.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public XmlElement WritePointCollection ( |
Visual Basic
Copy Code
|
|---|
Public Function WritePointCollection( _ |
The PointCollection to write.
The name of the new XML element.
The parent of the new XML element.
The new XML element.
See Also