| | New | |
rtMap Link As rtHotLink Links As rtEnumeration ParentContainer ParentObject root | version 1.5
Sub New (seed) Creates new instance of rtMap. Dim img as rtGraphic
... obtain or create image Set img.Map = new rtMap (0) ' creates container for image area hotspots; ' in case image already contained hotspots they get deleted (or rather disassociated from image)
Seed may be the first link/hotspot as rtHotLink object. Other values ignored. | |