Search
XmlContext.WritePointF Method
See Also
 






Writes a .NET PointF object.

 Overload List

Name Description

XmlContext.WritePointF (PointF, XName, XElement)

Writes a .NET PointF with the specified name.

XmlContext.WritePointF (Single, Single, XName, XElement)

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

 See Also