GetWindowRect

#include "BIThumbnail.h"

 

void GetWindowRect(int& left, int& top, int& right, int& bottom)

Description

Get rectangle of window.

Parameters

int&

left

Function returns minimal x coordinate of window by this parameter.

int&

top

Function returns minimal y coordinate of window by this parameter.

int&

right

Function returns maximal x coordinate of window by this parameter.

int&

bottom

Function returns maximal y coordinate of window by this parameter.

Requirements

Header :     Declared in BiThumbnail.h; include BiThumbnail.h

Library :    Use BiThumbnail.lib

DLLs :       BiThumbnail.dll