Writes the specified point to the specified XmlWriter.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static void SaveTo ( |
Visual Basic
Copy Code
|
|---|
Public Shared Sub SaveTo( _ |
The .NET XmlWriter to write to.
The Point object to be serialized.
See Also