This method retrieves a RECT structure that defines the currently visible portion of the HTML document.
HRESULT get_VisibleRect ( RECT *rcVisible );
An appropriate HRESULT value is returned.
The first two members of the rcVisible RECT structure contain the current HScroll and VScroll values, respectively. They define the upper-left corner of the visible rectangle.