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

service PolyPolygonDescriptor
Description
This service describes a polypolygon.

A polypolygon consists of multiple polygons combined in one.


Properties' Summary
[ readonly ] ::com::sun::star::drawing::PolygonKind
PolygonKind
This is the type of polygon.  
::com::sun::star::drawing::PointSequenceSequence
PolyPolygon
These are the reference points for this polygon.  
::com::sun::star::drawing::PointSequenceSequence
Geometry
These are the untransformed points of this polygon.  
Properties' Details
PolygonKind
[ readonly ] ::com::sun::star::drawing::PolygonKind PolygonKind;
Description
This is the type of polygon.
PolyPolygon
::com::sun::star::drawing::PointSequenceSequence PolyPolygon;
Description
These are the reference points for this polygon.
Geometry
::com::sun::star::drawing::PointSequenceSequence Geometry;
Description
These are the untransformed points of this polygon.

 
Top of Page