Search
XmlContext.writePointF Method
See Also
 






Writes a Point2D object.

 Overload List

Name Description

XmlContext.writePointF (Point2D, String, Element)

Writes a Point2D with the specified name.

XmlContext.writePointF (Single, Single, String, Element)

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

 See Also