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

Class OutlineCurve

public class OutlineCurve
{
	public final static int PRIM_LINE = 1;
	public final static int PRIM_QSPLINE = 2;
	public int type;
	public PointFx points[];
}

Defines a curve on an outline.

Fields

PRIM_LINE
Curve is a polyline.
PRIM_QSPLINE
Curve is a Bezier spline
type
Type of curve. Can be PRIM_LINE or PRIM_QSPLINE.
points
Points on the curve.


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