Packages
 In this topic

*Constructors

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.awt   Previous This
Package
Next

 


Class PointFx

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

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

This class defines the x and y coordinates of a point on the outline of a TrueType character.

Constructors

PointFx

public PointFx(float newX, float newY);

Creates an initialized point object.

ParameterDescription
newX The x coordinate.
newY The y coordinate.

PointFx

public PointFx();

Creates an uninitialized point object.

Fields

x
The x coordinate of a point on the outline of a TrueType character.
y
The y coordinate of a point on the outline of a TrueType character.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.