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

Class OutlineCurve

Fields

public class OutlineCurve 
{
  // Fields
  public final static int PRIM_LINE;
  public final static int PRIM_QSPLINE;
  public int type;
  public FloatPoint points[];
}

A class that defines the curves of an outline.


Fields

points[]
An array of floating point type points on the curve.
PRIM_LINE
The curve is a polyline.
PRIM_QSPLINE
The curve is a Bezier spline.
type
The type of the curve. This field may be PRIM_LINE or PRIM_QSPLINE.


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