Package com.ms.awt Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class PointFx

Constructors , Fields

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.


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.


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.

See also Class PointFx.

Top© 1996 Microsoft Corporation. All rights reserved.