Top   Module   Use   Manual   Index 

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

enum PolygonFlags


Description
defines how a bezier curve goes through a point.


Values

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