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(); }
This class defines the co-ordinates of the outline of a character in outline form.
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.
See also Class PointFx.