Package com.ms.awt |
![]() Previous |
![]() Contents |
![]() 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.
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. Legal Notices.