::

interface XPolyPolygon2D

Methods' Summary
addPolyPolygon Add the specified polyPolygon at the given position. One can do symbolic path construction with this method. To avoid intersection artifacts, every polyPolygon added like this is rendered separately.
getNumberOfPolygons Query number of polygons inside this polyPolygon
Methods' Details
addPolyPolygon
void
addPolyPolygon(
 
[in] Point2D
[in] XPolyPolygon2D
 
position,
polyPolygon );

Description
Add the specified polyPolygon at the given position. One can do symbolic path construction with this method. To avoid intersection artifacts, every polyPolygon added like this is rendered separately.
getNumberOfPolygons
int
getNumberOfPolygons();
 
 

Description
Query number of polygons inside this polyPolygon
Top of Page