AnnoObjGetRectCoords

Usage                  Long AnnoObjGetRectCoords(RectCorner As Short)

Description         Returns the specified coordinate of the rectangle of the selected object (in logical coordinates).

Parameters         RectCorner           Short               This parameter specifies the required corner of the rectangle.

                                                                                    Available values:

                                                                                    rectLeft(=0)

                                                                                    rectTop(=1)

                                                                                    rectRight(=2)

                                                                                    rectBottom(=3)

Return value      Returns the required coordinate of object rectangle or 0 on error. Call GetLastAnnoError method for last error code occurred.

Programming Notes        None