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

service PolyPolygonBezierDescriptor
Description
This service describes a polypolygonbezier.

A polypolygonbezier consists of multiple bezier polygons combined in one.

Developers Guide
Drawings - Bezier Shapes

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

 
Top of Page