Search
XmlSerializationContext.WritePoint Method
See Also
 





Writes a System.Windows.Point with the specified name.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public XmlElement WritePoint (
    Point point,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WritePoint( _
    point As Point, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

point

The System.Windows.Point value to write.

elementName

The name of the new element.

parentElement

The parent of the new element.

 Return Value

The newly created System.Xml.XmlElement.

 See Also