enum PolygonFlags in module com::sun::star::drawing::

(Global Index)

Syntax

enum PolygonFlags;

Description

defines how a bezier curve goes through a point.

Values Summary

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

Syntax

NORMAL,

Description

the point is normal, from the curve discussion view.


SMOOTH

Syntax

SMOOTH,

Description

the point is smooth, the first derivation from the curve discussion view.


CONTROL

Syntax

CONTROL,

Description

the point is a control point, to control the curve from the user interface.


SYMMETRIC

Syntax

SYMMETRIC,

Description

the point is symmetric, the second derivation from the curve discussion view.

Top of Page