| Package com.ms.awt |
Previous |
Microsoft Packages |
Index |
Next |
public class PointFx
{
// Fields
public float x;
public float y;
// Constructors
public PointFx(float newX, float newY);
public PointFx();
}
Defines the coordinates of the outline of a character in outline form.
See also Class PointFx.
public PointFx(float newX, float newY)Creates an initialized object.
Parameter Description newX The x-component. newY The y-component.
public PointFx()Creates an uninitialized object.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |