Search
Utils.toPointF Method
See Also
 






Returns the point at the specified distance from the center.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public static Point2D toPointF (
    Dimension2D s
)

 Parameters

s

The distance of the point.

 Return Value

A Point2D representing the point at the specified distance from the coordinate center.

 See Also