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

Class PointFx

Fields , Constructors

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.


Fields

x
The x component of a point on the outline of a TrueType character.
y
The y component of a point on the outline of a TrueType character.


Constructors


PointFx

public PointFx(float newX, float newY);

Creates an initialized object.

ParameterDescription
newX The x component.
newY The y component.


PointFx

public PointFx();

Creates an uninitialized object.



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