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

(Global Index)

Syntax

service PolyPolygonBezierDescriptor;

Description

This service describes a polypolygonbezier.

A polypolygonbezier consists of multiple bezier polygons combined in one.

Property 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.

Property Details



PolygonKind

Syntax

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

Description

This is the type of this polygon.


PolyPolygonBezier

Syntax

com::sun::star::drawing::PolyPolygonBezierCoords PolyPolygonBezier;

Description

These are the bezier points of this polygon.


Geometry

Syntax

com::sun::star::drawing::PolyPolygonBezierCoords Geometry;

Description

These are the untransformed bezier coordinates of this polygon.

Top of Page