Implements polygonal map areas.
Implements polygonal map areas. The only supported types of border are NO_BORDER, XOR_BORDER and SOLID_BORDER. Its contents can not be highlighted either. It's worth mentioning here that despite its name the polygon may be open, which basically makes it a broken line. This very specific mode is used by the hyperlink editor when creating the polygonal hyperlink.
int get_points_num(void) const
int get_sides_num(void) const
int get_x(int i) const
int get_y(int i) const
void move_vertex(int i, int x, int y)
int add_vertex(int x, int y)
void close_poly()
void optimize_data(void)
char const* const check_data(void)
virtual MapAreaType const get_shape_type( void ) const
virtual char const* const get_shape_name(void) const
virtual GP<GMapArea> get_copy(void) const
void get_coords( GList<int> & CoordList )
Alphabetic index HTML hierarchy of classes or Java