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

service PolyPolygonBezierDescriptor
Description
This service describes a polypolygonbezier.

A polypolygonbezier consists of multiple bezier polygons combined in one.

Developers Guide
9.3.2 Drawing Documents and Presentation Documents - Working with Drawing Documents - Shapes - Bezier Shapes

Properties' Summary
[ readonly ] ::com::sun::star::drawing::PolygonKind
PolygonKind
This is the type of this polygon.  
::com::sun::star::drawing::PolyPolygonBezierCoords
PolyPolygonBezier
These are the bezier points of this polygon.  
::com::sun::star::drawing::PolyPolygonBezierCoords
Geometry
These are the untransformed bezier coordinates of this polygon.  
Properties' Details
PolygonKind
[ readonly ] ::com::sun::star::drawing::PolygonKind PolygonKind;
Description
This is the type of this polygon.
PolyPolygonBezier
::com::sun::star::drawing::PolyPolygonBezierCoords PolyPolygonBezier;
Description
These are the bezier points of this polygon.
Geometry
::com::sun::star::drawing::PolyPolygonBezierCoords Geometry;
Description
These are the untransformed bezier coordinates of this polygon.

 
Top of Page