Microsoft SDK for Java

PointFx Class Constructors

The PointFx Class contains the following constructors:

PointFx(float newX, float newY)
PointFx()

PointFx(float newX, float newY)

Creates an initialized point object.

Syntax

public PointFx(float newX, float newY);

Parameters

newX The x-coordinate.
newY The y-coordinate.

PointFx()

Creates an uninitialized point object.

Syntax

public PointFx();

© 1999 Microsoft Corporation. All rights reserved. Terms of use.