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






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

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

 Syntax

Java  Copy Code

public Point2D convert (
    Point2D p,
    MeasureUnit targetUnit,
    DiagramView view
)

 Parameters

p

The point 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 point.

 See Also

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