service PolyPolygonDescriptor in module com::sun::star::drawing::

(Global Index)

Syntax

service PolyPolygonDescriptor;

Description

This service describes a polypolygon.

A polypolygon consists of multiple polygons combined in one.

Property Summary

PolygonKind This is the type of polygon.

PolyPolygon These are the reference points for this polygon.

Geometry These are the untransformed points of this polygon.

Property Details



PolygonKind

Syntax

[readonly] com::sun::star::drawing::PolygonKind PolygonKind;

Description

This is the type of polygon.


PolyPolygon

Syntax

com::sun::star::drawing::PointSequenceSequence PolyPolygon;

Description

These are the reference points for this polygon.


Geometry

Syntax

com::sun::star::drawing::PointSequenceSequence Geometry;

Description

These are the untransformed points of this polygon.

Top of Page