Search
Utils.transform Method
See Also
 






Transforms the specified point using the specified matrix.

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

 Syntax

Java  Copy Code

public static Point2D transform (
    AffineTransform matrix,
    Point2D point
)

 Parameters

matrix

The matrix to use for the transformation.

point

The point to transform.

 Return Value

The transformed point.

 See Also