_GUIToolTip_AdjustRect
Calculates the text display rectangle from the window rectangle
#include <GuiToolTip.au3>
_GUIToolTip_AdjustRect($hWnd, ByRef $tRect [, $fLarger = True])
Параметры
$hWnd | Дескриптор ToolTip |
$tRect |
$tagRECT structure that holds a window or text display rectangle |
$fLarger |
[необязательный] Value that specifies which operation to perform. If True, $tRect is used to specify a text display rectangle and it receives the corresponding window rectangle. If False, $tRect is used to specify a window rectangle and it receives the corresponding text display rectangle. |
Возвращаемое значение
Успех: Возвращает структуру $tagRECTПримечания
The ToolTip's window rectangle is somewhat larger than the text display rectangle that bounds the ToolTip string. The window origin is also offset up and to the left from the origin of the text display rectangle.