Microsoft SDK for Java

CoordinateSystem.TWIP

Specifies that each logical unit is converted to one twentieth of a point (called a twip).

Syntax

public static final int TWIP;

Remarks

Because a point is 1/72 of an inch, a twip is 1/1440 of an inch.

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.