:: com :: sun :: star :: drawing ::

enum PolygonFlags
Description
defines how a bezier curve goes through a point.

Values
NORMAL the point is normal, from the curve discussion view.  
SMOOTH the point is smooth, the first derivation from the curve discussion view.  
CONTROL the point is a control point, to control the curve from the user interface.  
SYMMETRIC the point is symmetric, the second derivation from the curve discussion view.  
Values' Details
NORMAL
NORMAL,
Description
the point is normal, from the curve discussion view.
SMOOTH
SMOOTH,
Description
the point is smooth, the first derivation from the curve discussion view.
CONTROL
CONTROL,
Description
the point is a control point, to control the curve from the user interface.
SYMMETRIC
SYMMETRIC,
Description
the point is symmetric, the second derivation from the curve discussion view.
Top of Page