Writes the specified point collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
Syntax
C#
Copy Code
|
---|
public XElement WritePointCollection ( PointCollection points, string elementName, XElement parentElement ) |
Visual Basic
Copy Code
|
---|
Public Function WritePointCollection( _ points As PointCollection, _ elementName As String, _ parentElement As XElement _ ) As XElement |
Parameters
Return Value
See Also