Table of Contents

TTMSFNCBloxNavigatorController.PointInHighlightRect Method

Determines whether a point lies inside, on the border of, or outside the visible-area highlight rectangle.

API unit family: TMSFNCBloxNavigator Declaring type: TTMSFNCBloxNavigatorController

Syntax

function PointInHighlightRect(AX, AY: Single): TTMSFNCBloxNavigatorHighlightRegion;

Remarks

The border result is only returned when zooming is enabled.

Parameters

Name Description
AX The horizontal coordinate, in navigator pixels, to test.
AY The vertical coordinate, in navigator pixels, to test.

Returns

The region of the highlight rectangle the point falls in.