Lines Matching refs:polygon
50 /** Add the specified poly-polygon at the given position.
55 the polygons inside a single poly-polygon do. When rendering
56 such a poly-polygon without transparency, it will look like the
64 The poly-polygon will be added at the given position, i.e. the
65 upper, left edge of the referenced poly-polygon will be at
66 this position relative to the target poly-polygon.
69 The poly-polygon to add. Note that the content of this
70 poly-polygon is copied, later changes to polyPolygon will have
71 no effect on the poly-polygon it was added to.
85 /** Query number of polygons inside this poly-polygon
91 /** Query number of points inside given polygon
93 @param polygon
94 The index of the polygon to query the number of points
97 long getNumberOfPolygonPoints( [in] long polygon )
103 poly-polygon.
110 poly-polygon.
116 /** Query whether the specified polygon outline is closed.
123 /** Set the close state of the specified polygon outline. Use -1
124 as the index to affect all polygons of this poly-polygon.