Package com.ms.fx |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public class FloatPoint { // Fields public float x; public float y; // Constructors public FloatPoint(float x, float y); }
A class that defines a point on the screen for an outline of a glyph.
public FloatPoint(float x, float y);Creates a floating point.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.