Selecting objects

Objects can be selected using the AnnoObjSelect method, specifying a point in the bitmap. If the point falls within a given object, that object is selected. The AnnoObjSelect method returns TRUE if the object is found. If there is more than one object under the point specified for AnnoObjSelect, then the most recently created object is selected. To select the next object in the list, use the AnnoObjSelectNext method.