Microsoft SDK for Java

PointFx Class

The PointFx Class of the com.ms.awt package defines the x and y-coordinates of a point on the outline of a TrueType® character.

public class PointFx
{
  // Fields
  public float x;
  public float y;

  // Constructors
  public PointFx(float newX, float newY);
  public PointFx();
}

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