• [font="Courier New"]

    If what they're saying is true, the 4 coordinates are simply:

    (MINX, MAXY) ------------ (MAXX, MAXY)

    (MINX, MINY) ------------ (MAXX, MINY)

    Height = ABS(MAXY - MINY)

    Width = ABS(MAXX - MINX)

    [/font]