Writes a Point with the specified name.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public XElement WritePointF ( |
Visual Basic
Copy Code
|
|---|
Public Function WritePointF( _ |
The .NET Point object to write.
The name of the element under which the object should be written.
The parent element of the newly created node.
See Also