Package com.ms.fx Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class FloatPoint

Constructors , Fields

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.


Constructors


FloatPoint

public FloatPoint(float x, float y);

Creates a floating point.


Fields

x
An x coordinate.
y
A y coordinate.


© 1997 Microsoft Corporation. All rights reserved. Legal Notices.