Search
XmlPersistContext.readPointF Method
See Also
 






Reads a PointF object from the specified element.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Point2D readPointF (
    Element element
)

 Parameters

element

The element to read.

 Return Value

The PointF instance that was read.

 See Also