LibreOffice
LibreOffice 25.8 SDK API Reference
|
This is a point on a Bezier curve. More...
import "BezierPoint.idl";
Public Attributes | |
com::sun::star::awt::Point | Position |
This is the position of this point. | |
com::sun::star::awt::Point | ControlPoint1 |
This is the position of the first control point. | |
com::sun::star::awt::Point | ControlPoint2 |
This is the position of the second control point. |
This is a point on a Bezier curve.
The two control points specify how the Bezier curve goes through the given position.
com::sun::star::awt::Point ControlPoint1 |
This is the position of the first control point.
com::sun::star::awt::Point ControlPoint2 |
This is the position of the second control point.
com::sun::star::awt::Point Position |
This is the position of this point.