Navigation:  Classes > bBrowser >

bBrowser:GetColumnToPoint()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Return a coordinate to the column containing the specified point.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetColumnToPoint(<oPoint>) Æ iColumn

Arguments

<oPoint>The coordinate for the column so determined.
Data type:Point

Return Value

iColumnThe number of the column that is under the specified coordinate. If no column was determined, <iColumn> contains the value 0.
Data type:Integer

Description

bBrowser:GetColumnToPoint() determines the X-/Y-coordinate of the column under the point.

 

The coordinates refer to the origin left above in the ClientArea (CanvasArea) of the browser.

See Also

bBrowser:GetCaptionFromPoint()

bBrowser:GetCaptionRect()

bBrowser:GetCellRect()

bBrowser:GetCellToPoint()

bBrowser:GetColumnRect()

bBrowser:GetFooterFromPoint()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_getcolumntopoint.htm