xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

ScreenAttr()

Returns the numeric color attribute for a specified coordinate on the screen.

Syntax

ScreenAttr( [<nRow>], [<nCol>] ) --> nAttribute

Arguments

<nRow>
A numeric value indicating the screen row to query. It defaults to Row().
<nCol>
A numeric value indicating the screen column to query. It defaults to Col().

Return

The function returns the color attribute of the specified screen coordinate as a numeric value.

Info

See also:InvertAttr(), NtoColor()
Category: CT:Video , Screen functions
Source:ct\screen1.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe