sysfunc: fixed mistake in f48.5 (found by zorggish)
git-svn-id: svn://kolibrios.org@8994 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a224bceaeb
commit
5f1af2011f
|
@ -2320,7 +2320,7 @@ dword-значение цвета 0x00RRGGBB
|
||||||
* (left,top) - координаты левого верхнего угла,
|
* (left,top) - координаты левого верхнего угла,
|
||||||
(right,bottom) - координаты правого нижнего.
|
(right,bottom) - координаты правого нижнего.
|
||||||
Таким образом, размер рабочей области по оси x определяется
|
Таким образом, размер рабочей области по оси x определяется
|
||||||
формулой right-left+1, по оси y - формулой bottom-right+1.
|
формулой right-left+1, по оси y - формулой bottom-top+1.
|
||||||
* Смотри также функцию 14,
|
* Смотри также функцию 14,
|
||||||
позволяющую определить размеры всего экрана.
|
позволяющую определить размеры всего экрана.
|
||||||
* Есть парная функция установки рабочей области - подфункция 6.
|
* Есть парная функция установки рабочей области - подфункция 6.
|
||||||
|
|
|
@ -2298,7 +2298,7 @@ Remarks:
|
||||||
* (left,top) are coordinates of the left upper corner,
|
* (left,top) are coordinates of the left upper corner,
|
||||||
(right,bottom) are coordinates of the right lower one.
|
(right,bottom) are coordinates of the right lower one.
|
||||||
Thus the size of working area on x axis can be calculated by
|
Thus the size of working area on x axis can be calculated by
|
||||||
formula right-left+1, on y axis - by formula bottom-right+1.
|
formula right-left+1, on y axis - by formula bottom-top+1.
|
||||||
* See also function 14,
|
* See also function 14,
|
||||||
to get sizes of all screen.
|
to get sizes of all screen.
|
||||||
* There is a pair function to set working area - subfunction 6.
|
* There is a pair function to set working area - subfunction 6.
|
||||||
|
|
Loading…
Reference in New Issue