Search
XmlContext.WritePoint Method
See Also
 






Writes a Point object.

 Overload List

Name Description

XmlContext.WritePoint (Double, Double, XName, XElement)

Writes the specified Point under the specified name. The x and y components of the point are written as attributes.

XmlContext.WritePoint (Point, XName, XElement)

Writes a Point with the specified name.

 See Also