Microsoft SDK for Java

CoordinateSystem.ISOTROPIC

Specifies that logical units are converted to arbitrary units with equally scaled axes; that is, one unit along the x-axis is equal to one unit along the y-axis.

Syntax

public static final int ISOTROPIC;

Remarks

As the positive x value increases, the x-coordinate moves to the right. As the positive y value increases, the y-coordinate moves up.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.