Search
Converter.SaveTo Method
See Also
 






Writes the specified point to the specified XmlWriter.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void SaveTo (
    XmlWriter w,
    Point p
)

Visual Basic  Copy Code

Public Shared Sub SaveTo( _
    w As XmlWriter, _
    p As Point _
)

 Parameters

w

The .NET XmlWriter to write to.

p

The Point object to be serialized.

 See Also