Table of Contents

TTMSFNCCustomPlanner.XYToPositionAnchor Method

Returns the position anchor at the specified coordinate.

API unit family: TMSFNCPlanner Declaring type: TTMSFNCCustomPlanner

Syntax

function XYToPositionAnchor(AX, AY: Single; var AIndex: Integer): string; virtual;

Parameters

Name Description
AX Horizontal coordinate in control pixels.
AY Vertical coordinate in control pixels.
AIndex Receives the position index associated with the anchor.

Returns

The anchor identifier at the coordinate, or an empty string.