Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service PolyPolygonBezierDescriptor

Description
This service describes a polypolygonbezier.

A polypolygonbezier consists of multiple bezier polygons combined in one.



Properties' Summary

PolygonKind This is the type of this polygon.
PolyPolygonBezier These are the bezier points of this polygon.
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