| Package com.ms.awt |
Previous |
Microsoft Packages |
Index |
Next |
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
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |