MindFusion.Charting for Java Programmer's Guide
RectTransformer.rectTransform Method
See Also
 






  Gauges

Namespace: com.mindfusion.charting.animation.transformations
File: com.mindfusion.charting.animation.transformations

 Syntax

Java  Copy Code

Rectangle2D.Double rectTransform (
    Rectangle2D.Double rect,
    float coeff
)

 Parameters

rect

coeff

 Return Value

transformed rectangle

 See Also