TTMSFNCCustomPlanner.XYToCell Method
Returns the planner cell at the specified control coordinates.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCCustomPlanner
Syntax
function XYToCell(X, Y: Double): TTMSFNCPlannerCell; override;
Parameters
| Name | Description |
|---|---|
X |
Horizontal coordinate in control pixels. |
Y |
Vertical coordinate in control pixels. |
Returns
The cell under the coordinate.