TTMSFNCPlanner.XYToGroup Method
Returns the group cache item at the specified coordinate.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlanner
Inherited from: TTMSFNCCustomPlanner
Syntax
function XYToGroup(AX, AY: Single): TTMSFNCPlannerCacheItem; virtual;
Parameters
| Name | Description |
|---|---|
AX |
Horizontal coordinate in control pixels. |
AY |
Vertical coordinate in control pixels. |
Returns
The group cache item under the coordinate, or nil when none exists.