[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GetClientRect( hWnd ) -> <aRect>
------------------------------------------------------------------------------
PARAMETER:
<hWnd> Is the handle that identifies the window
RETURNS:
<aRect> is a Clipper array with the 4 elements nTop, nLeft, nBottom
and nRight, measured in pixels. The left and top members will be zero,
while the right and bottom members will contain the width and height of
the window.
DESCRIPTION:
This function retrieves the dimensions of the window client area. The
client coordinates specify the upper-left and lower-right corners of the
the client area.
Because client coordinates are relative to the upper-left corner of a
window's client area, the coordinates of the upper-left corner are (0,0).
SOURCE:
SOURCE\WINAPI\RECTS.C
See Also:
GetWndRect
FillRect
GetCoors
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson