os_image_map |
An os_image_map
is a client-side image map, or a collection of os_area
objects, each of which defines a region-to-URL mapping. An os_area
is inserted into an os_image_map through either the
add() member function or operator<<
.
When an image map is associated
with an os_image through the os_image::usemap()
member function, each region in the image behaves as a hyperlink. An image map
is described by a name, specified in the constructor, that can be modified
through the name() member function. Each os_image_map
within a page must be given a unique name.
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved