ASP.NET Pack Programmer's Guide
MeasureUnit.convert Method (Double, MeasureUnit, DiagramView)
See Also
 






Converts the specified value from this unit to the specified unit.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public double convert (
    double value,
    MeasureUnit targetUnit,
    DiagramView view
)

 Parameters

value

The value to convert, expressed in the current measure unit.

targetUnit

The target measure unit.

view

A parameter that is used when converting to special units (such as percents).

 Return Value

The converted value.

 See Also

convert Method Overload List
MeasureUnit Members
MeasureUnit Class
com.mindfusion.diagramming Namespace