AnnoUIGetUpdateRectCoords

Usage                  Long AnnoUIGetUpdateRectCoords(RectCorner As Short)

Description         Returns the specified coordinate of the rectangle to be updated, in logical coordinates. These values should be passed to the UpdateControl method of the BiTiff OCX.

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