struct BezierPoint in module com::sun::star::drawing::

(Global Index)

[ DEPRECATED ]

Syntax

struct BezierPoint;

Description

This is a point on a bezier curve.

The two control points specify how the bezier curve goes through the given position.

Field Summary

Position This is the position of this point.

ControlPoint1 This is the position of the first control point.

ControlPoint2 This is the position of the second control point.

Field Details



Position

Syntax

com::sun::star::awt::Point Position;

Description

This is the position of this point.


ControlPoint1

Syntax

com::sun::star::awt::Point ControlPoint1;

Description

This is the position of the first control point.


ControlPoint2

Syntax

com::sun::star::awt::Point ControlPoint2;

Description

This is the position of the second control point.

Top of Page