TTMSFNCPlanner.XYToGroupAnchor Method
Returns the group anchor at the specified coordinate.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlanner
Inherited from: TTMSFNCCustomPlanner
Syntax
function XYToGroupAnchor(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 group index associated with the anchor. |
Returns
The anchor identifier at the coordinate, or an empty string.